#9C330B

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

Shades of Saddle Brown #9C330B

Tints of Saddle Brown #9C330B

Color information

#9C330B (or 0x9C330B) is unknown color: approx Saddle Brown. HEX triplet: 9C, 33 and 0B. RGB value is (156,51,11). Sum of RGB (Red+Green+Blue) = 156+51+11=218 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.56% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 156 - color contains mainly: red. Hex color #9C330B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C330B is #63CCF4. Grayscale: #4E4E4E. Windows color (decimal): -6540533 or 734108. OLE color: 734108.

HSL color Cylindrical-coordinate representation of color #9C330B: hue angle of 16.55º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9C330B is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.39.

Color convert

RGB1565111-
CMYK00.670.930.39
HSL16.55º86.83%32.75%-
HSV(B)16.55º92.95%61.18%-
XYZ14.959.461.35-
YUV77.8390.29183.75-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.56%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=71.56%
G=23.39%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156511100.670.930.3916.5586.8332.75
Hex9C33B0435D27115721
Octal23463130103135472112741
Binary100111001100111011010000111011101100111100011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C330B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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