#9C3A02

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

Shades of Saddle Brown #9C3A02

Tints of Saddle Brown #9C3A02

Color information

#9C3A02 (or 0x9C3A02) is unknown color: approx Saddle Brown. HEX triplet: 9C, 3A and 02. RGB value is (156,58,2). Sum of RGB (Red+Green+Blue) = 156+58+2=216 (28% of max value = 765). Red value is 156 (61.33% from 255 or 72.22% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 2 (1.17% from 255 or 0.93% from 216); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3A02 is #63C5FD. Grayscale: #515151. Windows color (decimal): -6538750 or 146076. OLE color: 146076.

HSL color Cylindrical-coordinate representation of color #9C3A02: hue angle of 21.82º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C3A02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB156582-
CMYK00.630.990.39
HSL21.82º97.47%30.98%-
HSV(B)21.82º98.72%61.18%-
XYZ15.2310.11.2-
YUV80.9283.47181.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 72.22%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 2 (1.17% from 255) = 0.93%
R=72.22%
G=26.85%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15658200.630.990.3921.8297.4730.98
Hex9C3A203F632716611f
Octal234722077143472614137
Binary10011100111010100111111110001110011110110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,58,2); }

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

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

 a { background-color: rgb(156,58,2); }

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

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

 span { border-color: rgb(156,58,2); }

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