#8C430F

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

Shades of Saddle Brown #8C430F

Tints of Saddle Brown #8C430F

Color information

#8C430F (or 0x8C430F) is unknown color: approx Saddle Brown. HEX triplet: 8C, 43 and 0F. RGB value is (140,67,15). Sum of RGB (Red+Green+Blue) = 140+67+15=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 15 (6.25% from 255 or 6.76% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C430F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C430F is #73BCF0. Grayscale: #535353. Windows color (decimal): -7585009 or 1000332. OLE color: 1000332.

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

Color convert

RGB1406715-
CMYK00.520.890.45
HSL24.96º80.65%30.39%-
HSV(B)24.96º89.29%54.9%-
XYZ12.919.621.63-
YUV82.989.68168.73-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 63.06%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 15 (6.25% from 255) = 6.76%
R=63.06%
G=30.18%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140671500.520.890.4524.9680.6530.39
Hex8C43F034592D19511e
Octal21410317064131553112136
Binary10001100100001111110110100101100110110111001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C430F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,67,15); }

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

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

 a { background-color: rgb(140,67,15); }

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

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

 span { border-color: rgb(140,67,15); }

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