#8c4316

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

Shades of Saddle Brown #8C4316

Tints of Saddle Brown #8C4316

Color information

#8C4316 (or 0x8C4316) is unknown color: approx Saddle Brown. HEX triplet: 8C, 43 and 16. RGB value is (140,67,22). Sum of RGB (Red+Green+Blue) = 140+67+22=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 22 (8.98% from 255 or 9.61% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4316 is #73BCE9. Grayscale: #535353. Windows color (decimal): -7585002 or 1459084. OLE color: 1459084.

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

Color convert

RGB1406722-
CMYK00.520.840.45
HSL22.88º72.84%31.76%-
HSV(B)22.88º84.29%54.9%-
XYZ12.979.651.94-
YUV83.793.18168.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 61.14%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 22 (8.98% from 255) = 9.61%
R=61.14%
G=29.26%
B=9.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140672200.520.840.4522.8872.8431.76
Hex8C4316034542D174920
Octal21410326064124552711140
Binary1000110010000111011001101001010100101101101111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c4316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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