Html Css Color HEX #957A22 Hacienda

📋 copy color: '#957A22'

red 149 ◦ green 122 ◦ blue 34

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

Shades of Hacienda #957A22

Tints of Hacienda #957A22

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40%

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

R = 48.85%
G = 40%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#957A22 (or 0x957A22) is known color: Hacienda. HEX triplet: 95, 7A and 22. RGB value is (149,122,34). Sum of RGB (Red+Green+Blue) = 149+122+34=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 34 (13.67% from 255 or 11.15% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #957A22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A22 is #6A85DD. Grayscale: #787878. Windows color (decimal): -6981086 or 2259605. OLE color: 2259605.

HSL color Cylindrical-coordinate representation of color #957A22: hue angle of 45.91º 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 #957A22 is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 34 -
CMYK 0 0.18 0.77 0.42
HSL 45.91º 0.63% 0.36% -
HSV(B) 45.91º 0.77% 0.58% -
XYZ 19.64 20.42 4.42 -
YUV 120.04 79.45 148.66 -
System Red Green Blue C M Y K H S L
Decimal 149 122 34 0 0.18 0.77 0.42 45.91 0.63 0.36
Hex 95 7A 22 0 12 4D 2A 2E 3F 24
Octal 225 172 42 0 22 115 52 56 77 44
Binary 10010101 1111010 100010 0 10010 1001101 101010 101110 111111 100100

Color Harmonies of #957A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A22

Black with #957A22

Text Example


Text Example

White with #957A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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