#9A5802

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

Shades of Golden Brown #9A5802

Tints of Golden Brown #9A5802

Color information

#9A5802 (or 0x9A5802) is unknown color: approx Golden Brown. HEX triplet: 9A, 58 and 02. RGB value is (154,88,2). Sum of RGB (Red+Green+Blue) = 154+88+2=244 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.11% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5802 is #65A7FD. Grayscale: #626262. Windows color (decimal): -6662142 or 153754. OLE color: 153754.

HSL color Cylindrical-coordinate representation of color #9A5802: hue angle of 33.95º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9A5802 is Cyan = 0, Magento = 0.43, Yellow = 0.99 and Black (K on CMYK) = 0.40.

Color convert

RGB154882-
CMYK00.430.990.40
HSL33.95º97.44%30.59%-
HSV(B)33.95º98.7%60.39%-
XYZ16.8313.851.84-
YUV97.9373.87167.99-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.11%
GREEN value IS 88 (34.77% from 255) = 36.07%
BLUE value IS 2 (1.17% from 255) = 0.82%
R=63.11%
G=36.07%
B=0.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15488200.430.990.4033.9597.4430.59
Hex9A58202B632822611f
Octal2321302053143504214137
Binary1001101010110001001010111100011101000100010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A5802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,88,2); }

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

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

 a { background-color: rgb(154,88,2); }

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

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

 span { border-color: rgb(154,88,2); }

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