#93420B

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

Shades of Saddle Brown #93420B

Tints of Saddle Brown #93420B

Color information

#93420B (or 0x93420B) is unknown color: approx Saddle Brown. HEX triplet: 93, 42 and 0B. RGB value is (147,66,11). Sum of RGB (Red+Green+Blue) = 147+66+11=224 (29% of max value = 765). Red value is 147 (57.81% from 255 or 65.62% from 224); Green value is 66 (26.17% from 255 or 29.46% from 224); Blue value is 11 (4.69% from 255 or 4.91% from 224); Max value from RGB is 147 - color contains mainly: red. Hex color #93420B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93420B is #6CBDF4. Grayscale: #545454. Windows color (decimal): -7126517 or 737939. OLE color: 737939.

HSL color Cylindrical-coordinate representation of color #93420B: hue angle of 24.26º degrees, saturation: 0.86, 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 #93420B is Cyan = 0, Magento = 0.55, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB1476611-
CMYK00.550.930.42
HSL24.26º86.08%30.98%-
HSV(B)24.26º92.52%57.65%-
XYZ14.0410.121.53-
YUV83.9586.84172.97-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 65.62%
GREEN value IS 66 (26.17% from 255) = 29.46%
BLUE value IS 11 (4.69% from 255) = 4.91%
R=65.62%
G=29.46%
B=4.91%

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
Decimal147661100.550.930.4224.2686.0830.98
Hex9342B0375D2A18561f
Octal22310213067135523012637
Binary10010011100001010110110111101110110101011000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93420B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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