Html Css Color HEX #977816 Hacienda

📋 copy color: '#977816'

red 151 ◦ green 120 ◦ blue 22

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

Shades of Hacienda #977816

Tints of Hacienda #977816

RGB

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

 GREEN value IS 120 (47.27% from 255) = 40.96%

 BLUE value IS 22 (8.98% from 255) = 7.51%

R = 51.54%
G = 40.96%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0.41

RGB Variations

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

Color information

#977816 (or 0x977816) is known color: Hacienda. HEX triplet: 97, 78 and 16. RGB value is (151,120,22). Sum of RGB (Red+Green+Blue) = 151+120+22=293 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.54% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 151 - color contains mainly: red. Hex color #977816 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977816 is #6887E9. Grayscale: #767676. Windows color (decimal): -6850538 or 1472663. OLE color: 1472663.

HSL color Cylindrical-coordinate representation of color #977816: hue angle of 45.58º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #977816 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 120 22 -
CMYK 0 0.21 0.85 0.41
HSL 45.58º 0.75% 0.34% -
HSV(B) 45.58º 0.85% 0.59% -
XYZ 19.62 20.07 3.6 -
YUV 118.1 73.77 151.47 -
System Red Green Blue C M Y K H S L
Decimal 151 120 22 0 0.21 0.85 0.41 45.58 0.75 0.34
Hex 97 78 16 0 15 55 29 2E 4B 22
Octal 227 170 26 0 25 125 51 56 113 42
Binary 10010111 1111000 10110 0 10101 1010101 101001 101110 1001011 100010

Color Harmonies of #977816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977816

Black with #977816

Text Example


Text Example

White with #977816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977816; }

 p { color: rgb(151,120,22); }

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

background-color css

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

 a { background-color: rgb(151,120,22); }

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

border-color css

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

 span { border-color: rgb(151,120,22); }

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