Html Css Color HEX #978210 Hacienda

📋 copy color: '#978210'

red 151 ◦ green 130 ◦ blue 16

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

Shades of Hacienda #978210

Tints of Hacienda #978210

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.77%

 BLUE value IS 16 (6.64% from 255) = 5.39%

R = 50.84%
G = 43.77%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#978210 (or 0x978210) is known color: Hacienda. HEX triplet: 97, 82 and 10. RGB value is (151,130,16). Sum of RGB (Red+Green+Blue) = 151+130+16=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 16 (6.64% from 255 or 5.39% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #978210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #978210 is #687DEF. Grayscale: #7B7B7B. Windows color (decimal): -6847984 or 1082007. OLE color: 1082007.

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

Color convert

RGB 151 130 16 -
CMYK 0 0.14 0.89 0.41
HSL 50.67º 0.81% 0.33% -
HSV(B) 50.67º 0.89% 0.59% -
XYZ 20.84 22.58 3.75 -
YUV 123.28 67.46 147.77 -
System Red Green Blue C M Y K H S L
Decimal 151 130 16 0 0.14 0.89 0.41 50.67 0.81 0.33
Hex 97 82 10 0 E 59 29 33 51 21
Octal 227 202 20 0 16 131 51 63 121 41
Binary 10010111 10000010 10000 0 1110 1011001 101001 110011 1010001 100001

Color Harmonies of #978210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #978210

Black with #978210

Text Example


Text Example

White with #978210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #978210; }

 p { color: rgb(151,130,16); }

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

background-color css

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

 a { background-color: rgb(151,130,16); }

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

border-color css

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

 span { border-color: rgb(151,130,16); }

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