#9A4219

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

Shades of Saddle Brown #9A4219

Tints of Saddle Brown #9A4219

Color information

#9A4219 (or 0x9A4219) is unknown color: approx Saddle Brown. HEX triplet: 9A, 42 and 19. RGB value is (154,66,25). Sum of RGB (Red+Green+Blue) = 154+66+25=245 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.86% from 245); Green value is 66 (26.17% from 255 or 26.94% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4219 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4219 is #65BDE6. Grayscale: #575757. Windows color (decimal): -6667751 or 1655450. OLE color: 1655450.

HSL color Cylindrical-coordinate representation of color #9A4219: hue angle of 19.07º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9A4219 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB1546625-
CMYK00.570.840.40
HSL19.07º72.07%35.1%-
HSV(B)19.07º83.77%60.39%-
XYZ15.4510.842.2-
YUV87.6492.65175.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 62.86%
GREEN value IS 66 (26.17% from 255) = 26.94%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=62.86%
G=26.94%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154662500.570.840.4019.0772.0735.1
Hex9A42190395428134823
Octal23210231071124502311043
Binary1001101010000101100101110011010100101000100111001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,66,25); }

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

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

 a { background-color: rgb(154,66,25); }

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

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

 span { border-color: rgb(154,66,25); }

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