#93420A

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

Shades of Saddle Brown #93420A

Tints of Saddle Brown #93420A

Color information

#93420A (or 0x93420A) is unknown color: approx Saddle Brown. HEX triplet: 93, 42 and 0A. RGB value is (147,66,10). Sum of RGB (Red+Green+Blue) = 147+66+10=223 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.92% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 10 (4.30% from 255 or 4.48% from 223); Max value from RGB is 147 - color contains mainly: red. Hex color #93420A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93420A is #6CBDF5. Grayscale: #545454. Windows color (decimal): -7126518 or 672403. OLE color: 672403.

HSL color Cylindrical-coordinate representation of color #93420A: hue angle of 24.53º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #93420A is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1476610-
CMYK00.550.930.42
HSL24.53º87.26%30.78%-
HSV(B)24.53º93.2%57.65%-
XYZ14.0410.121.5-
YUV83.8486.34173.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.92%
GREEN value IS 66 (26.17% from 255) = 29.60%
BLUE value IS 10 (4.30% from 255) = 4.48%
R=65.92%
G=29.60%
B=4.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147661000.550.930.4224.5387.2630.78
Hex9342A0375D2A19571f
Octal22310212067135523112737
Binary10010011100001010100110111101110110101011001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93420A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93420A; }

 p { color: rgb(147,66,10); }

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

<style>
 a { background-color: #93420A; }

 a { background-color: rgb(147,66,10); }

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

<style>
 span { border-color: #93420A; }

 span { border-color: rgb(147,66,10); }

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