Html Css Color HEX #977304 Golden Brown

📋 copy color: '#977304'

red 151 ◦ green 115 ◦ blue 4

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

Shades of Golden Brown #977304

Tints of Golden Brown #977304

RGB

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

 GREEN value IS 115 (45.31% from 255) = 42.59%

 BLUE value IS 4 (1.95% from 255) = 1.48%

R = 55.93%
G = 42.59%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#977304 (or 0x977304) is known color: Golden Brown. HEX triplet: 97, 73 and 04. RGB value is (151,115,4). Sum of RGB (Red+Green+Blue) = 151+115+4=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 4 (1.95% from 255 or 1.48% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #977304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977304 is #688CFB. Grayscale: #717171. Windows color (decimal): -6851836 or 291735. OLE color: 291735.

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

Color convert

RGB 151 115 4 -
CMYK 0 0.24 0.97 0.41
HSL 45.31º 0.95% 0.3% -
HSV(B) 45.31º 0.97% 0.59% -
XYZ 18.92 18.85 2.76 -
YUV 113.11 66.43 155.03 -
System Red Green Blue C M Y K H S L
Decimal 151 115 4 0 0.24 0.97 0.41 45.31 0.95 0.3
Hex 97 73 4 0 18 61 29 2D 5F 1E
Octal 227 163 4 0 30 141 51 55 137 36
Binary 10010111 1110011 100 0 11000 1100001 101001 101101 1011111 11110

Color Harmonies of #977304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977304

Black with #977304

Text Example


Text Example

White with #977304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977304; }

 p { color: rgb(151,115,4); }

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

background-color css

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

 a { background-color: rgb(151,115,4); }

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

border-color css

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

 span { border-color: rgb(151,115,4); }

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