Html Css Color HEX #958211 Hacienda

📋 copy color: '#958211'

red 149 ◦ green 130 ◦ blue 17

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

Shades of Hacienda #958211

Tints of Hacienda #958211

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.92%

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 50.34%
G = 43.92%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#958211 (or 0x958211) is known color: Hacienda. HEX triplet: 95, 82 and 11. RGB value is (149,130,17). Sum of RGB (Red+Green+Blue) = 149+130+17=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #958211 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958211 is #6A7DEE. Grayscale: #7B7B7B. Windows color (decimal): -6979055 or 1147541. OLE color: 1147541.

HSL color Cylindrical-coordinate representation of color #958211: hue angle of 51.36º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #958211 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 130 17 -
CMYK 0 0.13 0.89 0.42
HSL 51.36º 0.8% 0.33% -
HSV(B) 51.36º 0.89% 0.58% -
XYZ 20.48 22.4 3.77 -
YUV 122.8 68.29 146.69 -
System Red Green Blue C M Y K H S L
Decimal 149 130 17 0 0.13 0.89 0.42 51.36 0.8 0.33
Hex 95 82 11 0 D 59 2A 33 50 21
Octal 225 202 21 0 15 131 52 63 120 41
Binary 10010101 10000010 10001 0 1101 1011001 101010 110011 1010000 100001

Color Harmonies of #958211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958211

Black with #958211

Text Example


Text Example

White with #958211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958211; }

 p { color: rgb(149,130,17); }

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

background-color css

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

 a { background-color: rgb(149,130,17); }

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

border-color css

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

 span { border-color: rgb(149,130,17); }

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