Html Css Color HEX #9A7502 Golden Brown

📋 copy color: '#9A7502'

red 154 ◦ green 117 ◦ blue 2

#9A7502
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #9A7502

Tints of Golden Brown #9A7502

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 value IS 0

 M value IS 0.24

 Y value IS 0.99

 K value IS 0.40

RGB Variations

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

Color information

#9A7502 (or 0x9A7502) is known color: 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

RGB 154 117 2 -
CMYK 0 0.24 0.99 0.40
HSL 45.39º 0.97% 0.31% -
HSV(B) 45.39º 0.99% 0.6% -
XYZ 19.7 19.6 2.8 -
YUV 114.95 64.26 155.85 -
System Red Green Blue C M Y K H S L
Decimal 154 117 2 0 0.24 0.99 0.40 45.39 0.97 0.31
Hex 9A 75 2 0 18 63 28 2D 61 1F
Octal 232 165 2 0 30 143 50 55 141 37
Binary 10011010 1110101 10 0 11000 1100011 101000 101101 1100001 11111

Color Harmonies of #9A7502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7502

Black with #9A7502

Text Example


Text Example

White with #9A7502

Text Example


Text Example

HTML Codes & Css Web 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>