#9A5F18

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

Shades of Golden Brown #9A5F18

Tints of Golden Brown #9A5F18

Color information

#9A5F18 (or 0x9A5F18) is unknown color: approx Golden Brown. HEX triplet: 9A, 5F and 18. RGB value is (154,95,24). Sum of RGB (Red+Green+Blue) = 154+95+24=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 95 (37.5% from 255 or 34.80% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5F18 is #65A0E7. Grayscale: #686868. Windows color (decimal): -6660328 or 1597338. OLE color: 1597338.

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

Color convert

RGB1549524-
CMYK00.380.840.40
HSL32.77º73.03%34.9%-
HSV(B)32.77º84.42%60.39%-
XYZ17.5815.122.86-
YUV104.5582.55163.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.41%
GREEN value IS 95 (37.5% from 255) = 34.80%
BLUE value IS 24 (9.77% from 255) = 8.79%
R=56.41%
G=34.80%
B=8.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154952400.380.840.4032.7773.0334.9
Hex9A5F180265428214923
Octal23213730046124504111143
Binary10011010101111111000010011010101001010001000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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