#9C4007

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

Shades of Saddle Brown #9C4007

Tints of Saddle Brown #9C4007

Color information

#9C4007 (or 0x9C4007) is unknown color: approx Saddle Brown. HEX triplet: 9C, 40 and 07. RGB value is (156,64,7). Sum of RGB (Red+Green+Blue) = 156+64+7=227 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.72% from 227); Green value is 64 (25.39% from 255 or 28.19% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4007 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4007 is #63BFF8. Grayscale: #555555. Windows color (decimal): -6537209 or 475292. OLE color: 475292.

HSL color Cylindrical-coordinate representation of color #9C4007: hue angle of 22.95º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9C4007 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB156647-
CMYK00.590.960.39
HSL22.95º91.41%31.96%-
HSV(B)22.95º95.51%61.18%-
XYZ15.5810.751.45-
YUV85.0183.98178.63-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 68.72%
GREEN value IS 64 (25.39% from 255) = 28.19%
BLUE value IS 7 (3.12% from 255) = 3.08%
R=68.72%
G=28.19%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15664700.590.960.3922.9591.4131.96
Hex9C40703B6027175b20
Octal2341007073140472713340
Binary10011100100000011101110111100000100111101111011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,64,7); }

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

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

 a { background-color: rgb(156,64,7); }

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

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

 span { border-color: rgb(156,64,7); }

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