#9A4402

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

Shades of Saddle Brown #9A4402

Tints of Saddle Brown #9A4402

Color information

#9A4402 (or 0x9A4402) is unknown color: approx Saddle Brown. HEX triplet: 9A, 44 and 02. RGB value is (154,68,2). Sum of RGB (Red+Green+Blue) = 154+68+2=224 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.75% from 224); Green value is 68 (26.95% from 255 or 30.36% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4402 is #65BBFD. Grayscale: #565656. Windows color (decimal): -6667262 or 148634. OLE color: 148634.

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

Color convert

RGB154682-
CMYK00.560.990.40
HSL26.05º97.44%30.59%-
HSV(B)26.05º98.7%60.39%-
XYZ15.411.011.37-
YUV86.1980.49176.37-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 68.75%
GREEN value IS 68 (26.95% from 255) = 30.36%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=68.75%
G=30.36%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15468200.560.990.4026.0597.4430.59
Hex9A44203863281a611f
Octal2321042070143503214137
Binary100110101000100100111000110001110100011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,68,2); }

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

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

 a { background-color: rgb(154,68,2); }

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

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

 span { border-color: rgb(154,68,2); }

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