Html Css Color HEX #977A1F Hacienda

📋 copy color: '#977A1F'

red 151 ◦ green 122 ◦ blue 31

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

Shades of Hacienda #977A1F

Tints of Hacienda #977A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.13%

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

R = 49.67%
G = 40.13%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#977A1F (or 0x977A1F) is known color: Hacienda. HEX triplet: 97, 7A and 1F. RGB value is (151,122,31). Sum of RGB (Red+Green+Blue) = 151+122+31=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #977A1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977A1F is #6885E0. Grayscale: #787878. Windows color (decimal): -6850017 or 2062999. OLE color: 2062999.

HSL color Cylindrical-coordinate representation of color #977A1F: hue angle of 45.5º 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 #977A1F is Cyan = 0, Magento = 0.19, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 122 31 -
CMYK 0 0.19 0.79 0.41
HSL 45.5º 0.66% 0.36% -
HSV(B) 45.5º 0.79% 0.59% -
XYZ 19.97 20.6 4.22 -
YUV 120.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 151 122 31 0 0.19 0.79 0.41 45.5 0.66 0.36
Hex 97 7A 1F 0 13 4F 29 2E 42 24
Octal 227 172 37 0 23 117 51 56 102 44
Binary 10010111 1111010 11111 0 10011 1001111 101001 101110 1000010 100100

Color Harmonies of #977A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977A1F

Black with #977A1F

Text Example


Text Example

White with #977A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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