Html Css Color HEX #957A20 Hacienda

📋 copy color: '#957A20'

red 149 ◦ green 122 ◦ blue 32

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

Shades of Hacienda #957A20

Tints of Hacienda #957A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 10.56%

R = 49.17%
G = 40.26%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#957A20 (or 0x957A20) is known color: Hacienda. HEX triplet: 95, 7A and 20. RGB value is (149,122,32). Sum of RGB (Red+Green+Blue) = 149+122+32=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 122 (48.05% from 255 or 40.26% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #957A20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957A20 is #6A85DF. Grayscale: #787878. Windows color (decimal): -6981088 or 2128533. OLE color: 2128533.

HSL color Cylindrical-coordinate representation of color #957A20: hue angle of 46.15º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #957A20 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 122 32 -
CMYK 0 0.18 0.79 0.42
HSL 46.15º 0.65% 0.35% -
HSV(B) 46.15º 0.79% 0.58% -
XYZ 19.61 20.41 4.27 -
YUV 119.81 78.45 148.82 -
System Red Green Blue C M Y K H S L
Decimal 149 122 32 0 0.18 0.79 0.42 46.15 0.65 0.35
Hex 95 7A 20 0 12 4F 2A 2E 41 23
Octal 225 172 40 0 22 117 52 56 101 43
Binary 10010101 1111010 100000 0 10010 1001111 101010 101110 1000001 100011

Color Harmonies of #957A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957A20

Black with #957A20

Text Example


Text Example

White with #957A20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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