Html Css Color HEX #977101 Golden Brown

📋 copy color: '#977101'

red 151 ◦ green 113 ◦ blue 1

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

Shades of Golden Brown #977101

Tints of Golden Brown #977101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.64%

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

R = 56.98%
G = 42.64%
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

#977101 (or 0x977101) is known color: Golden Brown. HEX triplet: 97, 71 and 01. RGB value is (151,113,1). Sum of RGB (Red+Green+Blue) = 151+113+1=265 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.98% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 1 (0.78% from 255 or 0.38% from 265); Max value from RGB is 151 - color contains mainly: red. Hex color #977101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977101 is #688EFE. Grayscale: #707070. Windows color (decimal): -6852351 or 94615. OLE color: 94615.

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

Color convert

RGB 151 113 1 -
CMYK 0 0.25 0.99 0.41
HSL 44.8º 0.99% 0.3% -
HSV(B) 44.8º 0.99% 0.59% -
XYZ 18.67 18.39 2.59 -
YUV 111.59 65.59 156.11 -
System Red Green Blue C M Y K H S L
Decimal 151 113 1 0 0.25 0.99 0.41 44.8 0.99 0.3
Hex 97 71 1 0 19 63 29 2D 63 1E
Octal 227 161 1 0 31 143 51 55 143 36
Binary 10010111 1110001 1 0 11001 1100011 101001 101101 1100011 11110

Color Harmonies of #977101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977101

Black with #977101

Text Example


Text Example

White with #977101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977101; }

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

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

background-color css

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

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

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

border-color css

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

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

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