Html Css Color HEX #958512 Hacienda

📋 copy color: '#958512'

red 149 ◦ green 133 ◦ blue 18

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

Shades of Hacienda #958512

Tints of Hacienda #958512

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.33%

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

R = 49.67%
G = 44.33%
B = 6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#958512 (or 0x958512) is known color: Hacienda. HEX triplet: 95, 85 and 12. RGB value is (149,133,18). Sum of RGB (Red+Green+Blue) = 149+133+18=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 18 (7.42% from 255 or 6% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #958512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958512 is #6A7AED. Grayscale: #7D7D7D. Windows color (decimal): -6978286 or 1213845. OLE color: 1213845.

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

Color convert

RGB 149 133 18 -
CMYK 0 0.11 0.88 0.42
HSL 52.67º 0.78% 0.33% -
HSV(B) 52.67º 0.88% 0.58% -
XYZ 20.89 23.21 3.95 -
YUV 124.67 67.8 145.35 -
System Red Green Blue C M Y K H S L
Decimal 149 133 18 0 0.11 0.88 0.42 52.67 0.78 0.33
Hex 95 85 12 0 B 58 2A 35 4E 21
Octal 225 205 22 0 13 130 52 65 116 41
Binary 10010101 10000101 10010 0 1011 1011000 101010 110101 1001110 100001

Color Harmonies of #958512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958512

Black with #958512

Text Example


Text Example

White with #958512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958512; }

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

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

background-color css

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

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

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

border-color css

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

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

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