#9A4B18

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

Shades of Saddle Brown #9A4B18

Tints of Saddle Brown #9A4B18

Color information

#9A4B18 (or 0x9A4B18) is unknown color: approx Saddle Brown. HEX triplet: 9A, 4B and 18. RGB value is (154,75,24). Sum of RGB (Red+Green+Blue) = 154+75+24=253 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.87% from 253); Green value is 75 (29.69% from 255 or 29.64% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9A4B18 is #65B4E7. Grayscale: #5D5D5D. Windows color (decimal): -6665448 or 1592218. OLE color: 1592218.

HSL color Cylindrical-coordinate representation of color #9A4B18: hue angle of 23.54º degrees, saturation: 0.73, 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 #9A4B18 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB1547524-
CMYK00.510.840.40
HSL23.54º73.03%34.9%-
HSV(B)23.54º84.42%60.39%-
XYZ16.0111.972.33-
YUV92.8189.17171.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 60.87%
GREEN value IS 75 (29.69% from 255) = 29.64%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=60.87%
G=29.64%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154752400.510.840.4023.5473.0334.9
Hex9A4B180335428184923
Octal23211330063124503011143
Binary1001101010010111100001100111010100101000110001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,75,24); }

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

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

 a { background-color: rgb(154,75,24); }

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

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

 span { border-color: rgb(154,75,24); }

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