Html Css Color HEX #957820 Hacienda

📋 copy color: '#957820'

red 149 ◦ green 120 ◦ blue 32

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

Shades of Hacienda #957820

Tints of Hacienda #957820

RGB

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

 GREEN value IS 120 (47.27% from 255) = 39.87%

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

R = 49.5%
G = 39.87%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#957820 (or 0x957820) is known color: Hacienda. HEX triplet: 95, 78 and 20. RGB value is (149,120,32). Sum of RGB (Red+Green+Blue) = 149+120+32=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #957820 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957820 is #6A87DF. Grayscale: #777777. Windows color (decimal): -6981600 or 2128021. OLE color: 2128021.

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

Color convert

RGB 149 120 32 -
CMYK 0 0.19 0.79 0.42
HSL 45.13º 0.65% 0.35% -
HSV(B) 45.13º 0.79% 0.58% -
XYZ 19.37 19.93 4.19 -
YUV 118.64 79.11 149.66 -
System Red Green Blue C M Y K H S L
Decimal 149 120 32 0 0.19 0.79 0.42 45.13 0.65 0.35
Hex 95 78 20 0 13 4F 2A 2D 41 23
Octal 225 170 40 0 23 117 52 55 101 43
Binary 10010101 1111000 100000 0 10011 1001111 101010 101101 1000001 100011

Color Harmonies of #957820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957820

Black with #957820

Text Example


Text Example

White with #957820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957820; }

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

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

background-color css

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

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

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

border-color css

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

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

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