Html Css Color HEX #977201 Golden Brown

📋 copy color: '#977201'

red 151 ◦ green 114 ◦ blue 1

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

Shades of Golden Brown #977201

Tints of Golden Brown #977201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 56.77%
G = 42.86%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#977201 (or 0x977201) is known color: Golden Brown. HEX triplet: 97, 72 and 01. RGB value is (151,114,1). Sum of RGB (Red+Green+Blue) = 151+114+1=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #977201 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977201 is #688DFE. Grayscale: #707070. Windows color (decimal): -6852095 or 94871. OLE color: 94871.

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

Color convert

RGB 151 114 1 -
CMYK 0 0.25 0.99 0.41
HSL 45.2º 0.99% 0.3% -
HSV(B) 45.2º 0.99% 0.59% -
XYZ 18.79 18.62 2.63 -
YUV 112.18 65.26 155.69 -
System Red Green Blue C M Y K H S L
Decimal 151 114 1 0 0.25 0.99 0.41 45.2 0.99 0.3
Hex 97 72 1 0 19 63 29 2D 63 1E
Octal 227 162 1 0 31 143 51 55 143 36
Binary 10010111 1110010 1 0 11001 1100011 101001 101101 1100011 11110

Color Harmonies of #977201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977201

Black with #977201

Text Example


Text Example

White with #977201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977201; }

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

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

background-color css

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

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

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

border-color css

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

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

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