#93440C

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

Shades of Saddle Brown #93440C

Tints of Saddle Brown #93440C

Color information

#93440C (or 0x93440C) is unknown color: approx Saddle Brown. HEX triplet: 93, 44 and 0C. RGB value is (147,68,12). Sum of RGB (Red+Green+Blue) = 147+68+12=227 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.76% from 227); Green value is 68 (26.95% from 255 or 29.96% from 227); Blue value is 12 (5.08% from 255 or 5.29% from 227); Max value from RGB is 147 - color contains mainly: red. Hex color #93440C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #93440C is #6CBBF3. Grayscale: #555555. Windows color (decimal): -7126004 or 803987. OLE color: 803987.

HSL color Cylindrical-coordinate representation of color #93440C: hue angle of 24.89º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93440C is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1476812-
CMYK00.540.920.42
HSL24.89º84.91%31.18%-
HSV(B)24.89º91.84%57.65%-
XYZ14.1710.361.6-
YUV85.2486.67172.05-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 64.76%
GREEN value IS 68 (26.95% from 255) = 29.96%
BLUE value IS 12 (5.08% from 255) = 5.29%
R=64.76%
G=29.96%
B=5.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147681200.540.920.4224.8984.9131.18
Hex9344C0365C2A19551f
Octal22310414066134523112537
Binary10010011100010011000110110101110010101011001101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93440C; }

 p { color: rgb(147,68,12); }

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

<style>
 a { background-color: #93440C; }

 a { background-color: rgb(147,68,12); }

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

<style>
 span { border-color: #93440C; }

 span { border-color: rgb(147,68,12); }

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