Html Css Color HEX #957921 Hacienda

📋 copy color: '#957921'

red 149 ◦ green 121 ◦ blue 33

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

Shades of Hacienda #957921

Tints of Hacienda #957921

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.93%

 BLUE value IS 33 (13.28% from 255) = 10.89%

R = 49.17%
G = 39.93%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#957921 (or 0x957921) is known color: Hacienda. HEX triplet: 95, 79 and 21. RGB value is (149,121,33). Sum of RGB (Red+Green+Blue) = 149+121+33=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 121 (47.66% from 255 or 39.93% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #957921 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957921 is #6A86DE. Grayscale: #777777. Windows color (decimal): -6981343 or 2193813. OLE color: 2193813.

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

Color convert

RGB 149 121 33 -
CMYK 0 0.19 0.78 0.42
HSL 45.52º 0.64% 0.36% -
HSV(B) 45.52º 0.78% 0.58% -
XYZ 19.51 20.17 4.3 -
YUV 119.34 79.28 149.16 -
System Red Green Blue C M Y K H S L
Decimal 149 121 33 0 0.19 0.78 0.42 45.52 0.64 0.36
Hex 95 79 21 0 13 4E 2A 2E 40 24
Octal 225 171 41 0 23 116 52 56 100 44
Binary 10010101 1111001 100001 0 10011 1001110 101010 101110 1000000 100100

Color Harmonies of #957921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957921

Black with #957921

Text Example


Text Example

White with #957921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957921; }

 p { color: rgb(149,121,33); }

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

background-color css

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

 a { background-color: rgb(149,121,33); }

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

border-color css

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

 span { border-color: rgb(149,121,33); }

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