#9C4401

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

Shades of Saddle Brown #9C4401

Tints of Saddle Brown #9C4401

Color information

#9C4401 (or 0x9C4401) is unknown color: approx Saddle Brown. HEX triplet: 9C, 44 and 01. RGB value is (156,68,1). Sum of RGB (Red+Green+Blue) = 156+68+1=225 (29% of max value = 765). Red value is 156 (61.33% from 255 or 69.33% from 225); Green value is 68 (26.95% from 255 or 30.22% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4401 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9C4401 is #63BBFE. Grayscale: #575757. Windows color (decimal): -6536191 or 83100. OLE color: 83100.

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

Color convert

RGB156681-
CMYK00.560.990.39
HSL25.94º98.73%30.78%-
HSV(B)25.94º99.36%61.18%-
XYZ15.7811.21.36-
YUV86.6779.65177.45-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 69.33%
GREEN value IS 68 (26.95% from 255) = 30.22%
BLUE value IS 1 (0.78% from 255) = 0.44%
R=69.33%
G=30.22%
B=0.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15668100.560.990.3925.9498.7330.78
Hex9C44103863271a631f
Octal2341041070143473214337
Binary10011100100010010111000110001110011111010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C4401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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