Html Css Color HEX #957C21 Hacienda

📋 copy color: '#957C21'

red 149 ◦ green 124 ◦ blue 33

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

Shades of Hacienda #957C21

Tints of Hacienda #957C21

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.52%

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

R = 48.69%
G = 40.52%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#957C21 (or 0x957C21) is known color: Hacienda. HEX triplet: 95, 7C and 21. RGB value is (149,124,33). Sum of RGB (Red+Green+Blue) = 149+124+33=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 149 - color contains mainly: red. Hex color #957C21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957C21 is #6A83DE. Grayscale: #797979. Windows color (decimal): -6980575 or 2194581. OLE color: 2194581.

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

Color convert

RGB 149 124 33 -
CMYK 0 0.17 0.78 0.42
HSL 47.07º 0.64% 0.36% -
HSV(B) 47.07º 0.78% 0.58% -
XYZ 19.88 20.91 4.43 -
YUV 121.1 78.28 147.9 -
System Red Green Blue C M Y K H S L
Decimal 149 124 33 0 0.17 0.78 0.42 47.07 0.64 0.36
Hex 95 7C 21 0 11 4E 2A 2F 40 24
Octal 225 174 41 0 21 116 52 57 100 44
Binary 10010101 1111100 100001 0 10001 1001110 101010 101111 1000000 100100

Color Harmonies of #957C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C21

Black with #957C21

Text Example


Text Example

White with #957C21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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