#9A5E0C

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

Shades of Golden Brown #9A5E0C

Tints of Golden Brown #9A5E0C

Color information

#9A5E0C (or 0x9A5E0C) is unknown color: approx Golden Brown. HEX triplet: 9A, 5E and 0C. RGB value is (154,94,12). Sum of RGB (Red+Green+Blue) = 154+94+12=260 (34% of max value = 765). Red value is 154 (60.55% from 255 or 59.23% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E0C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5E0C is #65A1F3. Grayscale: #666666. Windows color (decimal): -6660596 or 810650. OLE color: 810650.

HSL color Cylindrical-coordinate representation of color #9A5E0C: hue angle of 34.65º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9A5E0C is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB1549412-
CMYK00.390.920.40
HSL34.65º85.54%32.55%-
HSV(B)34.65º92.21%60.39%-
XYZ17.414.92.31-
YUV102.5976.88164.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 59.23%
GREEN value IS 94 (37.11% from 255) = 36.15%
BLUE value IS 12 (5.08% from 255) = 4.62%
R=59.23%
G=36.15%
B=4.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154941200.390.920.4034.6585.5432.55
Hex9A5EC0275C28235621
Octal23213614047134504312641
Binary1001101010111101100010011110111001010001000111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5E0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,94,12); }

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

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

 a { background-color: rgb(154,94,12); }

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

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

 span { border-color: rgb(154,94,12); }

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