#9C3307

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

Shades of Saddle Brown #9C3307

Tints of Saddle Brown #9C3307

Color information

#9C3307 (or 0x9C3307) is unknown color: approx Saddle Brown. HEX triplet: 9C, 33 and 07. RGB value is (156,51,7). Sum of RGB (Red+Green+Blue) = 156+51+7=214 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.90% from 214); Green value is 51 (20.31% from 255 or 23.83% from 214); Blue value is 7 (3.12% from 255 or 3.27% from 214); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3307 is #63CCF8. Grayscale: #4D4D4D. Windows color (decimal): -6540537 or 471964. OLE color: 471964.

HSL color Cylindrical-coordinate representation of color #9C3307: hue angle of 17.72º 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 #9C3307 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB156517-
CMYK00.670.960.39
HSL17.72º91.41%31.96%-
HSV(B)17.72º95.51%61.18%-
XYZ14.939.451.24-
YUV77.3888.29184.08-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 72.90%
GREEN value IS 51 (20.31% from 255) = 23.83%
BLUE value IS 7 (3.12% from 255) = 3.27%
R=72.90%
G=23.83%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15651700.670.960.3917.7291.4131.96
Hex9C3370436027125b20
Octal2346370103140472213340
Binary10011100110011111010000111100000100111100101011011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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