Html Css Color HEX #958411 Hacienda

📋 copy color: '#958411'

red 149 ◦ green 132 ◦ blue 17

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

Shades of Hacienda #958411

Tints of Hacienda #958411

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44.3%

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

R = 50%
G = 44.3%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#958411 (or 0x958411) is known color: Hacienda. HEX triplet: 95, 84 and 11. RGB value is (149,132,17). Sum of RGB (Red+Green+Blue) = 149+132+17=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #958411 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958411 is #6A7BEE. Grayscale: #7C7C7C. Windows color (decimal): -6978543 or 1148053. OLE color: 1148053.

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

Color convert

RGB 149 132 17 -
CMYK 0 0.11 0.89 0.42
HSL 52.27º 0.8% 0.33% -
HSV(B) 52.27º 0.89% 0.58% -
XYZ 20.75 22.93 3.86 -
YUV 123.97 67.63 145.85 -
System Red Green Blue C M Y K H S L
Decimal 149 132 17 0 0.11 0.89 0.42 52.27 0.8 0.33
Hex 95 84 11 0 B 59 2A 34 50 21
Octal 225 204 21 0 13 131 52 64 120 41
Binary 10010101 10000100 10001 0 1011 1011001 101010 110100 1010000 100001

Color Harmonies of #958411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958411

Black with #958411

Text Example


Text Example

White with #958411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958411; }

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

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

background-color css

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

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

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

border-color css

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

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

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