Html Css Color HEX #957B21 Hacienda

📋 copy color: '#957B21'

red 149 ◦ green 123 ◦ blue 33

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

Shades of Hacienda #957B21

Tints of Hacienda #957B21

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.33%

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

R = 48.85%
G = 40.33%
B = 10.82%

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

#957B21 (or 0x957B21) is known color: Hacienda. HEX triplet: 95, 7B and 21. RGB value is (149,123,33). Sum of RGB (Red+Green+Blue) = 149+123+33=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 123 (48.44% from 255 or 40.33% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #957B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #957B21 is #6A84DE. Grayscale: #787878. Windows color (decimal): -6980831 or 2194325. OLE color: 2194325.

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

Color convert

RGB 149 123 33 -
CMYK 0 0.17 0.78 0.42
HSL 46.55º 0.64% 0.36% -
HSV(B) 46.55º 0.78% 0.58% -
XYZ 19.75 20.67 4.39 -
YUV 120.51 78.61 148.32 -
System Red Green Blue C M Y K H S L
Decimal 149 123 33 0 0.17 0.78 0.42 46.55 0.64 0.36
Hex 95 7B 21 0 11 4E 2A 2F 40 24
Octal 225 173 41 0 21 116 52 57 100 44
Binary 10010101 1111011 100001 0 10001 1001110 101010 101111 1000000 100100

Color Harmonies of #957B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957B21

Black with #957B21

Text Example


Text Example

White with #957B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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