Html Css Color HEX #957716 Hacienda

📋 copy color: '#957716'

red 149 ◦ green 119 ◦ blue 22

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

Shades of Hacienda #957716

Tints of Hacienda #957716

RGB

 RED value IS 149 (58.59% from 255) = 51.38%

 GREEN value IS 119 (46.88% from 255) = 41.03%

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

R = 51.38%
G = 41.03%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#957716 (or 0x957716) is known color: Hacienda. HEX triplet: 95, 77 and 16. RGB value is (149,119,22). Sum of RGB (Red+Green+Blue) = 149+119+22=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #957716 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957716 is #6A88E9. Grayscale: #757575. Windows color (decimal): -6981866 or 1472405. OLE color: 1472405.

HSL color Cylindrical-coordinate representation of color #957716: hue angle of 45.83º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #957716 is Cyan = 0, Magento = 0.20, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 119 22 -
CMYK 0 0.20 0.85 0.42
HSL 45.83º 0.74% 0.34% -
HSV(B) 45.83º 0.85% 0.58% -
XYZ 19.14 19.64 3.54 -
YUV 116.91 74.44 150.89 -
System Red Green Blue C M Y K H S L
Decimal 149 119 22 0 0.20 0.85 0.42 45.83 0.74 0.34
Hex 95 77 16 0 14 55 2A 2E 4A 22
Octal 225 167 26 0 24 125 52 56 112 42
Binary 10010101 1110111 10110 0 10100 1010101 101010 101110 1001010 100010

Color Harmonies of #957716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957716

Black with #957716

Text Example


Text Example

White with #957716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957716; }

 p { color: rgb(149,119,22); }

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

background-color css

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

 a { background-color: rgb(149,119,22); }

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

border-color css

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

 span { border-color: rgb(149,119,22); }

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