#9C3708

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

Shades of Saddle Brown #9C3708

Tints of Saddle Brown #9C3708

Color information

#9C3708 (or 0x9C3708) is unknown color: approx Saddle Brown. HEX triplet: 9C, 37 and 08. RGB value is (156,55,8). Sum of RGB (Red+Green+Blue) = 156+55+8=219 (29% of max value = 765). Red value is 156 (61.33% from 255 or 71.23% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 8 (3.52% from 255 or 3.65% from 219); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3708 is #63C8F7. Grayscale: #505050. Windows color (decimal): -6539512 or 538524. OLE color: 538524.

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

Color convert

RGB156558-
CMYK00.650.950.39
HSL19.05º90.24%32.16%-
HSV(B)19.05º94.87%61.18%-
XYZ15.129.821.33-
YUV79.8487.46182.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.23%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 8 (3.52% from 255) = 3.65%
R=71.23%
G=25.11%
B=3.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15655800.650.950.3919.0590.2432.16
Hex9C3780415F27135a20
Octal23467100101137472313240
Binary100111001101111000010000011011111100111100111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,55,8); }

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

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

 a { background-color: rgb(156,55,8); }

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

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

 span { border-color: rgb(156,55,8); }

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