Html Css Color HEX #958218 Hacienda

📋 copy color: '#958218'

red 149 ◦ green 130 ◦ blue 24

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

Shades of Hacienda #958218

Tints of Hacienda #958218

RGB

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

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

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

R = 49.17%
G = 42.9%
B = 7.92%

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

#958218 (or 0x958218) is known color: Hacienda. HEX triplet: 95, 82 and 18. RGB value is (149,130,24). Sum of RGB (Red+Green+Blue) = 149+130+24=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 24 (9.77% from 255 or 7.92% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #958218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958218 is #6A7DE7. Grayscale: #7C7C7C. Windows color (decimal): -6979048 or 1606293. OLE color: 1606293.

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

Color convert

RGB 149 130 24 -
CMYK 0 0.13 0.84 0.42
HSL 50.88º 0.72% 0.34% -
HSV(B) 50.88º 0.84% 0.58% -
XYZ 20.54 22.42 4.11 -
YUV 123.6 71.79 146.12 -
System Red Green Blue C M Y K H S L
Decimal 149 130 24 0 0.13 0.84 0.42 50.88 0.72 0.34
Hex 95 82 18 0 D 54 2A 33 48 22
Octal 225 202 30 0 15 124 52 63 110 42
Binary 10010101 10000010 11000 0 1101 1010100 101010 110011 1001000 100010

Color Harmonies of #958218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958218

Black with #958218

Text Example


Text Example

White with #958218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958218; }

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

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

background-color css

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

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

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

border-color css

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

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

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