#93390F

Color #93390F Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #93390F

Tints of Saddle Brown #93390F

Color information

#93390F (or 0x93390F) is unknown color: approx Saddle Brown. HEX triplet: 93, 39 and 0F. RGB value is (147,57,15). Sum of RGB (Red+Green+Blue) = 147+57+15=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 15 (6.25% from 255 or 6.85% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #93390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93390F is #6CC6F0. Grayscale: #4F4F4F. Windows color (decimal): -7128817 or 997779. OLE color: 997779.

HSL color Cylindrical-coordinate representation of color #93390F: hue angle of 19.09º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #93390F is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB1475715-
CMYK00.610.900.42
HSL19.09º81.48%31.76%-
HSV(B)19.09º89.8%57.65%-
XYZ13.589.161.5-
YUV79.1291.82176.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 67.12%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 15 (6.25% from 255) = 6.85%
R=67.12%
G=26.03%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147571500.610.900.4219.0981.4831.76
Hex9339F03D5A2A135120
Octal2237117075132522312140
Binary10010011111001111101111011011010101010100111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93390F; }

 p { color: rgb(147,57,15); }

 H1.HeaderClassName
 {
   color: #93390F;
 }
 .AnyTagClassName
 {
   color: #93390F;
 }
</style>
background-color css

<style>
 a { background-color: #93390F; }

 a { background-color: rgb(147,57,15); }

 div.DivClassName
 {
   background-color: #93390F;
 }
 .BgClassName
 {
   background-color: #93390F;
 }
</style>
border-color css

<style>
 span { border-color: #93390F; }

 span { border-color: rgb(147,57,15); }

 td.TdClassName
 {
   border-color: #93390F;
 }
 .TagClassName
 {
   border-color: #93390F;
 }
</style>