#9C5002

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

Shades of Saddle Brown #9C5002

Tints of Saddle Brown #9C5002

Color information

#9C5002 (or 0x9C5002) is unknown color: approx Saddle Brown. HEX triplet: 9C, 50 and 02. RGB value is (156,80,2). Sum of RGB (Red+Green+Blue) = 156+80+2=238 (31% of max value = 765). Red value is 156 (61.33% from 255 or 65.55% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9C5002 is #63AFFD. Grayscale: #5E5E5E. Windows color (decimal): -6533118 or 151708. OLE color: 151708.

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

Color convert

RGB156802-
CMYK00.490.990.39
HSL30.39º97.47%30.98%-
HSV(B)30.39º98.72%61.18%-
XYZ16.5912.811.66-
YUV93.8376.18172.34-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 65.55%
GREEN value IS 80 (31.64% from 255) = 33.61%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=65.55%
G=33.61%
B=0.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15680200.490.990.3930.3997.4730.98
Hex9C50203163271e611f
Octal2341202061143473614137
Binary100111001010000100110001110001110011111110110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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