Html Css Color HEX #958513 Hacienda

📋 copy color: '#958513'

red 149 ◦ green 133 ◦ blue 19

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

Shades of Hacienda #958513

Tints of Hacienda #958513

RGB

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

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

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

R = 49.5%
G = 44.19%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#958513 (or 0x958513) is known color: Hacienda. HEX triplet: 95, 85 and 13. RGB value is (149,133,19). Sum of RGB (Red+Green+Blue) = 149+133+19=301 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.50% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 149 - color contains mainly: red. Hex color #958513 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958513 is #6A7AEC. Grayscale: #7D7D7D. Windows color (decimal): -6978285 or 1279381. OLE color: 1279381.

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

Color convert

RGB 149 133 19 -
CMYK 0 0.11 0.87 0.42
HSL 52.62º 0.77% 0.33% -
HSV(B) 52.62º 0.87% 0.58% -
XYZ 20.9 23.21 3.99 -
YUV 124.79 68.3 145.27 -
System Red Green Blue C M Y K H S L
Decimal 149 133 19 0 0.11 0.87 0.42 52.62 0.77 0.33
Hex 95 85 13 0 B 57 2A 35 4D 21
Octal 225 205 23 0 13 127 52 65 115 41
Binary 10010101 10000101 10011 0 1011 1010111 101010 110101 1001101 100001

Color Harmonies of #958513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958513

Black with #958513

Text Example


Text Example

White with #958513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958513; }

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

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

background-color css

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

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

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

border-color css

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

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

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