Html Css Color HEX #957620 Hacienda

📋 copy color: '#957620'

red 149 ◦ green 118 ◦ blue 32

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

Shades of Hacienda #957620

Tints of Hacienda #957620

RGB

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

 GREEN value IS 118 (46.48% from 255) = 39.46%

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

R = 49.83%
G = 39.46%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#957620 (or 0x957620) is known color: Hacienda. HEX triplet: 95, 76 and 20. RGB value is (149,118,32). Sum of RGB (Red+Green+Blue) = 149+118+32=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 118 (46.48% from 255 or 39.46% from 299); Blue value is 32 (12.89% from 255 or 10.70% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #957620 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957620 is #6A89DF. Grayscale: #757575. Windows color (decimal): -6982112 or 2127509. OLE color: 2127509.

HSL color Cylindrical-coordinate representation of color #957620: hue angle of 44.1º 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 #957620 is Cyan = 0, Magento = 0.21, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 118 32 -
CMYK 0 0.21 0.79 0.42
HSL 44.1º 0.65% 0.35% -
HSV(B) 44.1º 0.79% 0.58% -
XYZ 19.13 19.45 4.11 -
YUV 117.47 79.77 150.49 -
System Red Green Blue C M Y K H S L
Decimal 149 118 32 0 0.21 0.79 0.42 44.1 0.65 0.35
Hex 95 76 20 0 15 4F 2A 2C 41 23
Octal 225 166 40 0 25 117 52 54 101 43
Binary 10010101 1110110 100000 0 10101 1001111 101010 101100 1000001 100011

Color Harmonies of #957620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957620

Black with #957620

Text Example


Text Example

White with #957620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957620; }

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

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

background-color css

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

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

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

border-color css

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

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

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