#9C3D00

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

Shades of Saddle Brown #9C3D00

Tints of Saddle Brown #9C3D00

Color information

#9C3D00 (or 0x9C3D00) is unknown color: approx Saddle Brown. HEX triplet: 9C, 3D and 00. RGB value is (156,61,0). Sum of RGB (Red+Green+Blue) = 156+61+0=217 (28% of max value = 765). Red value is 156 (61.33% from 255 or 71.89% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3D00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C3D00 is #63C2FF. Grayscale: #525252. Windows color (decimal): -6537984 or 15772. OLE color: 15772.

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

Color convert

RGB156610-
CMYK00.6110.39
HSL23.46º100%30.59%-
HSV(B)23.46º100%61.18%-
XYZ15.3810.411.2-
YUV82.4581.47180.46-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 71.89%
GREEN value IS 61 (24.22% from 255) = 28.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.89%
G=28.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15661000.6110.3923.4610030.59
Hex9C3D003D642717641f
Octal234750075144472714437
Binary1001110011110100111101110010010011110111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,61,0); }

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

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

 a { background-color: rgb(156,61,0); }

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

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

 span { border-color: rgb(156,61,0); }

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