Html Css Color HEX #977502 Golden Brown

📋 copy color: '#977502'

red 151 ◦ green 117 ◦ blue 2

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

Shades of Golden Brown #977502

Tints of Golden Brown #977502

RGB

 RED value IS 151 (59.38% from 255) = 55.93%

 GREEN value IS 117 (46.09% from 255) = 43.33%

 BLUE value IS 2 (1.17% from 255) = 0.74%

R = 55.93%
G = 43.33%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#977502 (or 0x977502) is known color: Golden Brown. HEX triplet: 97, 75 and 02. RGB value is (151,117,2). Sum of RGB (Red+Green+Blue) = 151+117+2=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 117 (46.09% from 255 or 43.33% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #977502 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977502 is #688AFD. Grayscale: #727272. Windows color (decimal): -6851326 or 161175. OLE color: 161175.

HSL color Cylindrical-coordinate representation of color #977502: hue angle of 46.31º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #977502 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 117 2 -
CMYK 0 0.23 0.99 0.41
HSL 46.31º 0.97% 0.3% -
HSV(B) 46.31º 0.99% 0.59% -
XYZ 19.13 19.31 2.78 -
YUV 114.06 64.76 154.35 -
System Red Green Blue C M Y K H S L
Decimal 151 117 2 0 0.23 0.99 0.41 46.31 0.97 0.3
Hex 97 75 2 0 17 63 29 2E 61 1E
Octal 227 165 2 0 27 143 51 56 141 36
Binary 10010111 1110101 10 0 10111 1100011 101001 101110 1100001 11110

Color Harmonies of #977502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977502

Black with #977502

Text Example


Text Example

White with #977502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977502; }

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

 H1.HeaderClassName
 {
   color: #977502;
 }
 .AnyTagClassName
 {
   color: #977502;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #977502;
 }
 .BgClassName
 {
   background-color: #977502;
 }
</style>

border-color css

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

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

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