Html Css Color HEX #977912 Hacienda

📋 copy color: '#977912'

red 151 ◦ green 121 ◦ blue 18

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

Shades of Hacienda #977912

Tints of Hacienda #977912

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.72%

 BLUE value IS 18 (7.42% from 255) = 6.21%

R = 52.07%
G = 41.72%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#977912 (or 0x977912) is known color: Hacienda. HEX triplet: 97, 79 and 12. RGB value is (151,121,18). Sum of RGB (Red+Green+Blue) = 151+121+18=290 (38% of max value = 765). Red value is 151 (59.38% from 255 or 52.07% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 18 (7.42% from 255 or 6.21% from 290); Max value from RGB is 151 - color contains mainly: red. Hex color #977912 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977912 is #6886ED. Grayscale: #767676. Windows color (decimal): -6850286 or 1210775. OLE color: 1210775.

HSL color Cylindrical-coordinate representation of color #977912: hue angle of 46.47º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #977912 is Cyan = 0, Magento = 0.20, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 121 18 -
CMYK 0 0.20 0.88 0.41
HSL 46.47º 0.79% 0.33% -
HSV(B) 46.47º 0.88% 0.59% -
XYZ 19.71 20.3 3.45 -
YUV 118.23 71.44 151.38 -
System Red Green Blue C M Y K H S L
Decimal 151 121 18 0 0.20 0.88 0.41 46.47 0.79 0.33
Hex 97 79 12 0 14 58 29 2E 4F 21
Octal 227 171 22 0 24 130 51 56 117 41
Binary 10010111 1111001 10010 0 10100 1011000 101001 101110 1001111 100001

Color Harmonies of #977912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977912

Black with #977912

Text Example


Text Example

White with #977912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977912; }

 p { color: rgb(151,121,18); }

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

background-color css

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

 a { background-color: rgb(151,121,18); }

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

border-color css

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

 span { border-color: rgb(151,121,18); }

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