#9C340B

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

Shades of Saddle Brown #9C340B

Tints of Saddle Brown #9C340B

Color information

#9C340B (or 0x9C340B) is unknown color: approx Saddle Brown. HEX triplet: 9C, 34 and 0B. RGB value is (156,52,11). Sum of RGB (Red+Green+Blue) = 156+52+11=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 52 (20.70% from 255 or 23.74% from 219); Blue value is 11 (4.69% from 255 or 5.02% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C340B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C340B is #63CBF4. Grayscale: #4E4E4E. Windows color (decimal): -6540277 or 734364. OLE color: 734364.

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

Color convert

RGB1565211-
CMYK00.670.930.39
HSL16.97º86.83%32.75%-
HSV(B)16.97º92.95%61.18%-
XYZ159.551.37-
YUV78.4289.96183.33-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.23%
GREEN value IS 52 (20.70% from 255) = 23.74%
BLUE value IS 11 (4.69% from 255) = 5.02%
R=71.23%
G=23.74%
B=5.02%

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
Decimal156521100.670.930.3916.9786.8332.75
Hex9C34B0435D27115721
Octal23464130103135472112741
Binary100111001101001011010000111011101100111100011010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C340B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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