Html Css Color HEX #957722 Hacienda

📋 copy color: '#957722'

red 149 ◦ green 119 ◦ blue 34

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

Shades of Hacienda #957722

Tints of Hacienda #957722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.26%

R = 49.34%
G = 39.4%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#957722 (or 0x957722) is known color: Hacienda. HEX triplet: 95, 77 and 22. RGB value is (149,119,34). Sum of RGB (Red+Green+Blue) = 149+119+34=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 119 (46.88% from 255 or 39.40% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #957722 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957722 is #6A88DD. Grayscale: #767676. Windows color (decimal): -6981854 or 2258837. OLE color: 2258837.

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

Color convert

RGB 149 119 34 -
CMYK 0 0.20 0.77 0.42
HSL 44.35º 0.63% 0.36% -
HSV(B) 44.35º 0.77% 0.58% -
XYZ 19.28 19.7 4.3 -
YUV 118.28 80.44 149.91 -
System Red Green Blue C M Y K H S L
Decimal 149 119 34 0 0.20 0.77 0.42 44.35 0.63 0.36
Hex 95 77 22 0 14 4D 2A 2C 3F 24
Octal 225 167 42 0 24 115 52 54 77 44
Binary 10010101 1110111 100010 0 10100 1001101 101010 101100 111111 100100

Color Harmonies of #957722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957722

Black with #957722

Text Example


Text Example

White with #957722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957722; }

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

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

background-color css

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

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

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

border-color css

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

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

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