#9A5E10

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

Shades of Golden Brown #9A5E10

Tints of Golden Brown #9A5E10

Color information

#9A5E10 (or 0x9A5E10) is unknown color: approx Golden Brown. HEX triplet: 9A, 5E and 10. RGB value is (154,94,16). Sum of RGB (Red+Green+Blue) = 154+94+16=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 94 (37.11% from 255 or 35.61% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5E10 is #65A1EF. Grayscale: #676767. Windows color (decimal): -6660592 or 1072794. OLE color: 1072794.

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

Color convert

RGB1549416-
CMYK00.390.900.40
HSL33.91º81.18%33.33%-
HSV(B)33.91º89.61%60.39%-
XYZ17.4214.912.45-
YUV103.0578.88164.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.33%
GREEN value IS 94 (37.11% from 255) = 35.61%
BLUE value IS 16 (6.64% from 255) = 6.06%
R=58.33%
G=35.61%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.90
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154941600.390.900.4033.9181.1833.33
Hex9A5E100275A28225121
Octal23213620047132504212141
Binary10011010101111010000010011110110101010001000101010001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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