Html Css Color HEX #977015 Golden Brown

📋 copy color: '#977015'

red 151 ◦ green 112 ◦ blue 21

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

Shades of Golden Brown #977015

Tints of Golden Brown #977015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.39%

R = 53.17%
G = 39.44%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#977015 (or 0x977015) is known color: Golden Brown. HEX triplet: 97, 70 and 15. RGB value is (151,112,21). Sum of RGB (Red+Green+Blue) = 151+112+21=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 112 (44.14% from 255 or 39.44% from 284); Blue value is 21 (8.59% from 255 or 7.39% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #977015 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977015 is #688FEA. Grayscale: #717171. Windows color (decimal): -6852587 or 1405079. OLE color: 1405079.

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

Color convert

RGB 151 112 21 -
CMYK 0 0.26 0.86 0.41
HSL 42º 0.76% 0.34% -
HSV(B) 42º 0.86% 0.59% -
XYZ 18.69 18.22 3.24 -
YUV 113.29 75.92 154.9 -
System Red Green Blue C M Y K H S L
Decimal 151 112 21 0 0.26 0.86 0.41 42 0.76 0.34
Hex 97 70 15 0 1A 56 29 2A 4C 22
Octal 227 160 25 0 32 126 51 52 114 42
Binary 10010111 1110000 10101 0 11010 1010110 101001 101010 1001100 100010

Color Harmonies of #977015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977015

Black with #977015

Text Example


Text Example

White with #977015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977015; }

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

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

background-color css

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

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

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

border-color css

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

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

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