Html Css Color HEX #977207 Golden Brown

📋 copy color: '#977207'

red 151 ◦ green 114 ◦ blue 7

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

Shades of Golden Brown #977207

Tints of Golden Brown #977207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.91%

 BLUE value IS 7 (3.13% from 255) = 2.57%

R = 55.51%
G = 41.91%
B = 2.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#977207 (or 0x977207) is known color: Golden Brown. HEX triplet: 97, 72 and 07. RGB value is (151,114,7). Sum of RGB (Red+Green+Blue) = 151+114+7=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 7 (3.12% from 255 or 2.57% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #977207 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977207 is #688DF8. Grayscale: #717171. Windows color (decimal): -6852089 or 488087. OLE color: 488087.

HSL color Cylindrical-coordinate representation of color #977207: hue angle of 44.58º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #977207 is Cyan = 0, Magento = 0.25, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 7 -
CMYK 0 0.25 0.95 0.41
HSL 44.58º 0.91% 0.31% -
HSV(B) 44.58º 0.95% 0.59% -
XYZ 18.82 18.63 2.8 -
YUV 112.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 151 114 7 0 0.25 0.95 0.41 44.58 0.91 0.31
Hex 97 72 7 0 19 5F 29 2D 5B 1F
Octal 227 162 7 0 31 137 51 55 133 37
Binary 10010111 1110010 111 0 11001 1011111 101001 101101 1011011 11111

Color Harmonies of #977207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977207

Black with #977207

Text Example


Text Example

White with #977207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977207; }

 p { color: rgb(151,114,7); }

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

background-color css

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

 a { background-color: rgb(151,114,7); }

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

border-color css

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

 span { border-color: rgb(151,114,7); }

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