Html Css Color HEX #977702 Golden Brown

📋 copy color: '#977702'

red 151 ◦ green 119 ◦ blue 2

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

Shades of Golden Brown #977702

Tints of Golden Brown #977702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.75%

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

R = 55.51%
G = 43.75%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#977702 (or 0x977702) is known color: Golden Brown. HEX triplet: 97, 77 and 02. RGB value is (151,119,2). Sum of RGB (Red+Green+Blue) = 151+119+2=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 119 (46.88% from 255 or 43.75% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #977702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977702 is #6888FD. Grayscale: #737373. Windows color (decimal): -6850814 or 161687. OLE color: 161687.

HSL color Cylindrical-coordinate representation of color #977702: hue angle of 47.11º 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 #977702 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 119 2 -
CMYK 0 0.21 0.99 0.41
HSL 47.11º 0.97% 0.3% -
HSV(B) 47.11º 0.99% 0.59% -
XYZ 19.37 19.78 2.85 -
YUV 115.23 64.1 153.51 -
System Red Green Blue C M Y K H S L
Decimal 151 119 2 0 0.21 0.99 0.41 47.11 0.97 0.3
Hex 97 77 2 0 15 63 29 2F 61 1E
Octal 227 167 2 0 25 143 51 57 141 36
Binary 10010111 1110111 10 0 10101 1100011 101001 101111 1100001 11110

Color Harmonies of #977702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977702

Black with #977702

Text Example


Text Example

White with #977702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977702; }

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

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

background-color css

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

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

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

border-color css

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

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

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