#8d400c

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

Shades of Saddle Brown #8D400C

Tints of Saddle Brown #8D400C

Color information

#8D400C (or 0x8D400C) is unknown color: approx Saddle Brown. HEX triplet: 8D, 40 and 0C. RGB value is (141,64,12). Sum of RGB (Red+Green+Blue) = 141+64+12=217 (28% of max value = 765). Red value is 141 (55.47% from 255 or 64.98% from 217); Green value is 64 (25.39% from 255 or 29.49% from 217); Blue value is 12 (5.08% from 255 or 5.53% from 217); Max value from RGB is 141 - color contains mainly: red. Hex color #8D400C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8D400C is #72BFF3. Grayscale: #515151. Windows color (decimal): -7520244 or 802957. OLE color: 802957.

HSL color Cylindrical-coordinate representation of color #8D400C: hue angle of 24.19º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8D400C is Cyan = 0, Magento = 0.55, Yellow = 0.91 and Black (K on CMYK) = 0.45.

Color convert

RGB1416412-
CMYK00.550.910.45
HSL24.19º84.31%30%-
HSV(B)24.19º91.49%55.29%-
XYZ12.889.361.47-
YUV81.189.01170.73-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 64.98%
GREEN value IS 64 (25.39% from 255) = 29.49%
BLUE value IS 12 (5.08% from 255) = 5.53%
R=64.98%
G=29.49%
B=5.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.91
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141641200.550.910.4524.1984.3130
Hex8D40C0375B2D18541e
Octal21510014067133553012436
Binary10001101100000011000110111101101110110111000101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d400c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8d400c; }

 p { color: rgb(141,64,12); }

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

<style>
 a { background-color: #8d400c; }

 a { background-color: rgb(141,64,12); }

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

<style>
 span { border-color: #8d400c; }

 span { border-color: rgb(141,64,12); }

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