Html Css Color HEX #977B1F Hacienda

📋 copy color: '#977B1F'

red 151 ◦ green 123 ◦ blue 31

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

Shades of Hacienda #977B1F

Tints of Hacienda #977B1F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.33%

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

R = 49.51%
G = 40.33%
B = 10.16%

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

#977B1F (or 0x977B1F) is known color: Hacienda. HEX triplet: 97, 7B and 1F. RGB value is (151,123,31). Sum of RGB (Red+Green+Blue) = 151+123+31=305 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.51% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 151 - color contains mainly: red. Hex color #977B1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B1F is #6884E0. Grayscale: #797979. Windows color (decimal): -6849761 or 2063255. OLE color: 2063255.

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

Color convert

RGB 151 123 31 -
CMYK 0 0.19 0.79 0.41
HSL 46º 0.66% 0.36% -
HSV(B) 46º 0.79% 0.59% -
XYZ 20.09 20.84 4.26 -
YUV 120.88 77.28 149.48 -
System Red Green Blue C M Y K H S L
Decimal 151 123 31 0 0.19 0.79 0.41 46 0.66 0.36
Hex 97 7B 1F 0 13 4F 29 2E 42 24
Octal 227 173 37 0 23 117 51 56 102 44
Binary 10010111 1111011 11111 0 10011 1001111 101001 101110 1000010 100100

Color Harmonies of #977B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B1F

Black with #977B1F

Text Example


Text Example

White with #977B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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