#9C4405

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

Shades of Saddle Brown #9C4405

Tints of Saddle Brown #9C4405

Color information

#9C4405 (or 0x9C4405) is unknown color: approx Saddle Brown. HEX triplet: 9C, 44 and 05. RGB value is (156,68,5). Sum of RGB (Red+Green+Blue) = 156+68+5=229 (30% of max value = 765). Red value is 156 (61.33% from 255 or 68.12% from 229); Green value is 68 (26.95% from 255 or 29.69% from 229); Blue value is 5 (2.34% from 255 or 2.18% from 229); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4405 is #63BBFA. Grayscale: #575757. Windows color (decimal): -6536187 or 345244. OLE color: 345244.

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

Color convert

RGB156685-
CMYK00.560.970.39
HSL25.03º93.79%31.57%-
HSV(B)25.03º96.79%61.18%-
XYZ15.811.211.47-
YUV87.1381.65177.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 68.12%
GREEN value IS 68 (26.95% from 255) = 29.69%
BLUE value IS 5 (2.34% from 255) = 2.18%
R=68.12%
G=29.69%
B=2.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.97
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15668500.560.970.3925.0393.7931.57
Hex9C4450386127195e20
Octal2341045070141473113640
Binary10011100100010010101110001100001100111110011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,68,5); }

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

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

 a { background-color: rgb(156,68,5); }

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

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

 span { border-color: rgb(156,68,5); }

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