Html Css Color HEX #977B1E Hacienda

📋 copy color: '#977B1E'

red 151 ◦ green 123 ◦ blue 30

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

Shades of Hacienda #977B1E

Tints of Hacienda #977B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.87%

R = 49.67%
G = 40.46%
B = 9.87%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#977B1E (or 0x977B1E) is known color: Hacienda. HEX triplet: 97, 7B and 1E. RGB value is (151,123,30). Sum of RGB (Red+Green+Blue) = 151+123+30=304 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.67% from 304); Green value is 123 (48.44% from 255 or 40.46% from 304); Blue value is 30 (12.11% from 255 or 9.87% from 304); Max value from RGB is 151 - color contains mainly: red. Hex color #977B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #977B1E is #6884E1. Grayscale: #797979. Windows color (decimal): -6849762 or 1997719. OLE color: 1997719.

HSL color Cylindrical-coordinate representation of color #977B1E: hue angle of 46.12º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #977B1E is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 123 30 -
CMYK 0 0.19 0.80 0.41
HSL 46.12º 0.67% 0.35% -
HSV(B) 46.12º 0.8% 0.59% -
XYZ 20.08 20.84 4.19 -
YUV 120.77 76.78 149.56 -
System Red Green Blue C M Y K H S L
Decimal 151 123 30 0 0.19 0.80 0.41 46.12 0.67 0.35
Hex 97 7B 1E 0 13 50 29 2E 43 23
Octal 227 173 36 0 23 120 51 56 103 43
Binary 10010111 1111011 11110 0 10011 1010000 101001 101110 1000011 100011

Color Harmonies of #977B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977B1E

Black with #977B1E

Text Example


Text Example

White with #977B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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