Html Css Color HEX #958111 Hacienda

📋 copy color: '#958111'

red 149 ◦ green 129 ◦ blue 17

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

Shades of Hacienda #958111

Tints of Hacienda #958111

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.73%

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

R = 50.51%
G = 43.73%
B = 5.76%

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

#958111 (or 0x958111) is known color: Hacienda. HEX triplet: 95, 81 and 11. RGB value is (149,129,17). Sum of RGB (Red+Green+Blue) = 149+129+17=295 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.51% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 149 - color contains mainly: red. Hex color #958111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958111 is #6A7EEE. Grayscale: #7A7A7A. Windows color (decimal): -6979311 or 1147285. OLE color: 1147285.

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

Color convert

RGB 149 129 17 -
CMYK 0 0.13 0.89 0.42
HSL 50.91º 0.8% 0.33% -
HSV(B) 50.91º 0.89% 0.58% -
XYZ 20.35 22.13 3.73 -
YUV 122.21 68.63 147.11 -
System Red Green Blue C M Y K H S L
Decimal 149 129 17 0 0.13 0.89 0.42 50.91 0.8 0.33
Hex 95 81 11 0 D 59 2A 33 50 21
Octal 225 201 21 0 15 131 52 63 120 41
Binary 10010101 10000001 10001 0 1101 1011001 101010 110011 1010000 100001

Color Harmonies of #958111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958111

Black with #958111

Text Example


Text Example

White with #958111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958111; }

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

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

background-color css

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

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

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

border-color css

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

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

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