Html Css Color HEX #977205 Golden Brown

📋 copy color: '#977205'

red 151 ◦ green 114 ◦ blue 5

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

Shades of Golden Brown #977205

Tints of Golden Brown #977205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.85%

R = 55.93%
G = 42.22%
B = 1.85%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#977205 (or 0x977205) is known color: Golden Brown. HEX triplet: 97, 72 and 05. RGB value is (151,114,5). Sum of RGB (Red+Green+Blue) = 151+114+5=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 114 (44.92% from 255 or 42.22% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #977205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977205 is #688DFA. Grayscale: #717171. Windows color (decimal): -6852091 or 357015. OLE color: 357015.

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

Color convert

RGB 151 114 5 -
CMYK 0 0.25 0.97 0.41
HSL 44.79º 0.94% 0.31% -
HSV(B) 44.79º 0.97% 0.59% -
XYZ 18.81 18.62 2.75 -
YUV 112.64 67.26 155.36 -
System Red Green Blue C M Y K H S L
Decimal 151 114 5 0 0.25 0.97 0.41 44.79 0.94 0.31
Hex 97 72 5 0 19 61 29 2D 5E 1F
Octal 227 162 5 0 31 141 51 55 136 37
Binary 10010111 1110010 101 0 11001 1100001 101001 101101 1011110 11111

Color Harmonies of #977205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977205

Black with #977205

Text Example


Text Example

White with #977205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977205; }

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

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

background-color css

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

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

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

border-color css

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

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

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