Html Css Color HEX #958118 Hacienda

📋 copy color: '#958118'

red 149 ◦ green 129 ◦ blue 24

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

Shades of Hacienda #958118

Tints of Hacienda #958118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.95%

R = 49.34%
G = 42.72%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#958118 (or 0x958118) is known color: Hacienda. HEX triplet: 95, 81 and 18. RGB value is (149,129,24). Sum of RGB (Red+Green+Blue) = 149+129+24=302 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.34% from 302); Green value is 129 (50.78% from 255 or 42.72% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 149 - color contains mainly: red. Hex color #958118 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958118 is #6A7EE7. Grayscale: #7B7B7B. Windows color (decimal): -6979304 or 1606037. OLE color: 1606037.

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

Color convert

RGB 149 129 24 -
CMYK 0 0.13 0.84 0.42
HSL 50.4º 0.72% 0.34% -
HSV(B) 50.4º 0.84% 0.58% -
XYZ 20.41 22.16 4.06 -
YUV 123.01 72.13 146.54 -
System Red Green Blue C M Y K H S L
Decimal 149 129 24 0 0.13 0.84 0.42 50.4 0.72 0.34
Hex 95 81 18 0 D 54 2A 32 48 22
Octal 225 201 30 0 15 124 52 62 110 42
Binary 10010101 10000001 11000 0 1101 1010100 101010 110010 1001000 100010

Color Harmonies of #958118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958118

Black with #958118

Text Example


Text Example

White with #958118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958118; }

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

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

background-color css

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

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

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

border-color css

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

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

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