Html Css Color HEX #958013 Hacienda

📋 copy color: '#958013'

red 149 ◦ green 128 ◦ blue 19

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

Shades of Hacienda #958013

Tints of Hacienda #958013

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.24%

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 50.34%
G = 43.24%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#958013 (or 0x958013) is known color: Hacienda. HEX triplet: 95, 80 and 13. RGB value is (149,128,19). Sum of RGB (Red+Green+Blue) = 149+128+19=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 128 (50.39% from 255 or 43.24% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #958013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958013 is #6A7FEC. Grayscale: #7A7A7A. Windows color (decimal): -6979565 or 1278101. OLE color: 1278101.

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

Color convert

RGB 149 128 19 -
CMYK 0 0.14 0.87 0.42
HSL 50.31º 0.77% 0.33% -
HSV(B) 50.31º 0.87% 0.58% -
XYZ 20.23 21.87 3.77 -
YUV 121.85 69.96 147.36 -
System Red Green Blue C M Y K H S L
Decimal 149 128 19 0 0.14 0.87 0.42 50.31 0.77 0.33
Hex 95 80 13 0 E 57 2A 32 4D 21
Octal 225 200 23 0 16 127 52 62 115 41
Binary 10010101 10000000 10011 0 1110 1010111 101010 110010 1001101 100001

Color Harmonies of #958013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958013

Black with #958013

Text Example


Text Example

White with #958013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958013; }

 p { color: rgb(149,128,19); }

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

background-color css

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

 a { background-color: rgb(149,128,19); }

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

border-color css

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

 span { border-color: rgb(149,128,19); }

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