#9A7502

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

Shades of Golden Brown #9A7502

Tints of Golden Brown #9A7502

Color information

#9A7502 (or 0x9A7502) is unknown color: approx Golden Brown. HEX triplet: 9A, 75 and 02. RGB value is (154,117,2). Sum of RGB (Red+Green+Blue) = 154+117+2=273 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56.41% from 273); Green value is 117 (46.09% from 255 or 42.86% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A7502 is #658AFD. Grayscale: #737373. Windows color (decimal): -6654718 or 161178. OLE color: 161178.

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

Color convert

RGB1541172-
CMYK00.240.990.40
HSL45.39º97.44%30.59%-
HSV(B)45.39º98.7%60.39%-
XYZ19.719.62.8-
YUV114.9564.26155.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.41%
GREEN value IS 117 (46.09% from 255) = 42.86%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=56.41%
G=42.86%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154117200.240.990.4045.3997.4430.59
Hex9A75201863282d611f
Octal2321652030143505514137
Binary100110101110101100110001100011101000101101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A7502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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