#9C4316

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

Shades of Saddle Brown #9C4316

Tints of Saddle Brown #9C4316

Color information

#9C4316 (or 0x9C4316) is unknown color: approx Saddle Brown. HEX triplet: 9C, 43 and 16. RGB value is (156,67,22). Sum of RGB (Red+Green+Blue) = 156+67+22=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 22 (8.98% from 255 or 8.98% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4316 is #63BCE9. Grayscale: #585858. Windows color (decimal): -6536426 or 1459100. OLE color: 1459100.

HSL color Cylindrical-coordinate representation of color #9C4316: hue angle of 20.15º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9C4316 is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB1566722-
CMYK00.570.860.39
HSL20.15º75.28%34.9%-
HSV(B)20.15º85.9%61.18%-
XYZ15.8611.142.07-
YUV88.4890.49176.16-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.67%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 22 (8.98% from 255) = 8.98%
R=63.67%
G=27.35%
B=8.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156672200.570.860.3920.1575.2834.9
Hex9C43160395627144b23
Octal23410326071126472411343
Binary1001110010000111011001110011010110100111101001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C4316; }

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

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

<style>
 a { background-color: #9C4316; }

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

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

<style>
 span { border-color: #9C4316; }

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

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