Html Css Color HEX #977D1F Hacienda

📋 copy color: '#977D1F'

red 151 ◦ green 125 ◦ blue 31

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

Shades of Hacienda #977D1F

Tints of Hacienda #977D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.72%

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

R = 49.19%
G = 40.72%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#977D1F (or 0x977D1F) is known color: Hacienda. HEX triplet: 97, 7D and 1F. RGB value is (151,125,31). Sum of RGB (Red+Green+Blue) = 151+125+31=307 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.19% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 31 (12.5% from 255 or 10.10% from 307); Max value from RGB is 151 - color contains mainly: red. Hex color #977D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977D1F is #6882E0. Grayscale: #7A7A7A. Windows color (decimal): -6849249 or 2063767. OLE color: 2063767.

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

Color convert

RGB 151 125 31 -
CMYK 0 0.17 0.79 0.41
HSL 47º 0.66% 0.36% -
HSV(B) 47º 0.79% 0.59% -
XYZ 20.34 21.35 4.34 -
YUV 122.06 76.61 148.64 -
System Red Green Blue C M Y K H S L
Decimal 151 125 31 0 0.17 0.79 0.41 47 0.66 0.36
Hex 97 7D 1F 0 11 4F 29 2F 42 24
Octal 227 175 37 0 21 117 51 57 102 44
Binary 10010111 1111101 11111 0 10001 1001111 101001 101111 1000010 100100

Color Harmonies of #977D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977D1F

Black with #977D1F

Text Example


Text Example

White with #977D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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