Html Css Color HEX #977913 Hacienda

📋 copy color: '#977913'

red 151 ◦ green 121 ◦ blue 19

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

Shades of Hacienda #977913

Tints of Hacienda #977913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.53%

R = 51.89%
G = 41.58%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#977913 (or 0x977913) is known color: Hacienda. HEX triplet: 97, 79 and 13. RGB value is (151,121,19). Sum of RGB (Red+Green+Blue) = 151+121+19=291 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.89% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 19 (7.81% from 255 or 6.53% from 291); Max value from RGB is 151 - color contains mainly: red. Hex color #977913 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #977913 is #6886EC. Grayscale: #767676. Windows color (decimal): -6850285 or 1276311. OLE color: 1276311.

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

Color convert

RGB 151 121 19 -
CMYK 0 0.20 0.87 0.41
HSL 46.36º 0.78% 0.33% -
HSV(B) 46.36º 0.87% 0.59% -
XYZ 19.72 20.3 3.5 -
YUV 118.34 71.94 151.29 -
System Red Green Blue C M Y K H S L
Decimal 151 121 19 0 0.20 0.87 0.41 46.36 0.78 0.33
Hex 97 79 13 0 14 57 29 2E 4E 21
Octal 227 171 23 0 24 127 51 56 116 41
Binary 10010111 1111001 10011 0 10100 1010111 101001 101110 1001110 100001

Color Harmonies of #977913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #977913

Black with #977913

Text Example


Text Example

White with #977913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #977913; }

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

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

background-color css

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

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

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

border-color css

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

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

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