Html Css Color HEX #977013 Golden Brown

📋 copy color: '#977013'

red 151 ◦ green 112 ◦ blue 19

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

Shades of Golden Brown #977013

Tints of Golden Brown #977013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.72%

 BLUE value IS 19 (7.81% from 255) = 6.74%

R = 53.55%
G = 39.72%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#977013 (or 0x977013) is known color: Golden Brown. HEX triplet: 97, 70 and 13. RGB value is (151,112,19). Sum of RGB (Red+Green+Blue) = 151+112+19=282 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.55% from 282); Green value is 112 (44.14% from 255 or 39.72% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 151 - color contains mainly: red. Hex color #977013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977013 is #688FEC. Grayscale: #717171. Windows color (decimal): -6852589 or 1274007. OLE color: 1274007.

HSL color Cylindrical-coordinate representation of color #977013: hue angle of 42.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #977013 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 112 19 -
CMYK 0 0.26 0.87 0.41
HSL 42.27º 0.78% 0.33% -
HSV(B) 42.27º 0.87% 0.59% -
XYZ 18.67 18.21 3.15 -
YUV 113.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 151 112 19 0 0.26 0.87 0.41 42.27 0.78 0.33
Hex 97 70 13 0 1A 57 29 2A 4E 21
Octal 227 160 23 0 32 127 51 52 116 41
Binary 10010111 1110000 10011 0 11010 1010111 101001 101010 1001110 100001

Color Harmonies of #977013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977013

Black with #977013

Text Example


Text Example

White with #977013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977013; }

 p { color: rgb(151,112,19); }

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

background-color css

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

 a { background-color: rgb(151,112,19); }

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

border-color css

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

 span { border-color: rgb(151,112,19); }

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