Html Css Color HEX #958212 Hacienda

📋 copy color: '#958212'

red 149 ◦ green 130 ◦ blue 18

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

Shades of Hacienda #958212

Tints of Hacienda #958212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.06%

R = 50.17%
G = 43.77%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#958212 (or 0x958212) is known color: Hacienda. HEX triplet: 95, 82 and 12. RGB value is (149,130,18). Sum of RGB (Red+Green+Blue) = 149+130+18=297 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.17% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 18 (7.42% from 255 or 6.06% from 297); Max value from RGB is 149 - color contains mainly: red. Hex color #958212 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958212 is #6A7DED. Grayscale: #7B7B7B. Windows color (decimal): -6979054 or 1213077. OLE color: 1213077.

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

Color convert

RGB 149 130 18 -
CMYK 0 0.13 0.88 0.42
HSL 51.3º 0.78% 0.33% -
HSV(B) 51.3º 0.88% 0.58% -
XYZ 20.49 22.4 3.82 -
YUV 122.91 68.79 146.61 -
System Red Green Blue C M Y K H S L
Decimal 149 130 18 0 0.13 0.88 0.42 51.3 0.78 0.33
Hex 95 82 12 0 D 58 2A 33 4E 21
Octal 225 202 22 0 15 130 52 63 116 41
Binary 10010101 10000010 10010 0 1101 1011000 101010 110011 1001110 100001

Color Harmonies of #958212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958212

Black with #958212

Text Example


Text Example

White with #958212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958212; }

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

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

background-color css

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

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

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

border-color css

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

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

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