Html Css Color HEX #977215 Golden Brown

📋 copy color: '#977215'

red 151 ◦ green 114 ◦ blue 21

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

Shades of Golden Brown #977215

Tints of Golden Brown #977215

RGB

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

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

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

R = 52.8%
G = 39.86%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.86

 K value IS 0.41

RGB Variations

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

Color information

#977215 (or 0x977215) is known color: Golden Brown. HEX triplet: 97, 72 and 15. RGB value is (151,114,21). Sum of RGB (Red+Green+Blue) = 151+114+21=286 (37% of max value = 765). Red value is 151 (59.38% from 255 or 52.80% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 151 - color contains mainly: red. Hex color #977215 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977215 is #688DEA. Grayscale: #727272. Windows color (decimal): -6852075 or 1405591. OLE color: 1405591.

HSL color Cylindrical-coordinate representation of color #977215: hue angle of 42.92º 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 #977215 is Cyan = 0, Magento = 0.25, Yellow = 0.86 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 114 21 -
CMYK 0 0.25 0.86 0.41
HSL 42.92º 0.76% 0.34% -
HSV(B) 42.92º 0.86% 0.59% -
XYZ 18.92 18.67 3.32 -
YUV 114.46 75.26 154.06 -
System Red Green Blue C M Y K H S L
Decimal 151 114 21 0 0.25 0.86 0.41 42.92 0.76 0.34
Hex 97 72 15 0 19 56 29 2B 4C 22
Octal 227 162 25 0 31 126 51 53 114 42
Binary 10010111 1110010 10101 0 11001 1010110 101001 101011 1001100 100010

Color Harmonies of #977215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977215

Black with #977215

Text Example


Text Example

White with #977215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977215; }

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

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

background-color css

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

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

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

border-color css

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

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

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