Html Css Color HEX #977F1F Hacienda

📋 copy color: '#977F1F'

red 151 ◦ green 127 ◦ blue 31

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

Shades of Hacienda #977F1F

Tints of Hacienda #977F1F

RGB

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

 GREEN value IS 127 (50% from 255) = 41.1%

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 48.87%
G = 41.1%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#977F1F (or 0x977F1F) is known color: Hacienda. HEX triplet: 97, 7F and 1F. RGB value is (151,127,31). Sum of RGB (Red+Green+Blue) = 151+127+31=309 (40% of max value = 765). Red value is 151 (59.38% from 255 or 48.87% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 151 - color contains mainly: red. Hex color #977F1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977F1F is #6880E0. Grayscale: #7B7B7B. Windows color (decimal): -6848737 or 2064279. OLE color: 2064279.

HSL color Cylindrical-coordinate representation of color #977F1F: hue angle of 48º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #977F1F is Cyan = 0, Magento = 0.16, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 127 31 -
CMYK 0 0.16 0.79 0.41
HSL 48º 0.66% 0.36% -
HSV(B) 48º 0.79% 0.59% -
XYZ 20.6 21.86 4.43 -
YUV 123.23 75.95 147.81 -
System Red Green Blue C M Y K H S L
Decimal 151 127 31 0 0.16 0.79 0.41 48 0.66 0.36
Hex 97 7F 1F 0 10 4F 29 30 42 24
Octal 227 177 37 0 20 117 51 60 102 44
Binary 10010111 1111111 11111 0 10000 1001111 101001 110000 1000010 100100

Color Harmonies of #977F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977F1F

Black with #977F1F

Text Example


Text Example

White with #977F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977F1F; }

 p { color: rgb(151,127,31); }

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

background-color css

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

 a { background-color: rgb(151,127,31); }

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

border-color css

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

 span { border-color: rgb(151,127,31); }

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