Html Css Color HEX #958313 Hacienda

📋 copy color: '#958313'

red 149 ◦ green 131 ◦ blue 19

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

Shades of Hacienda #958313

Tints of Hacienda #958313

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

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

R = 49.83%
G = 43.81%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#958313 (or 0x958313) is known color: Hacienda. HEX triplet: 95, 83 and 13. RGB value is (149,131,19). Sum of RGB (Red+Green+Blue) = 149+131+19=299 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.83% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 149 - color contains mainly: red. Hex color #958313 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958313 is #6A7CEC. Grayscale: #7C7C7C. Windows color (decimal): -6978797 or 1278869. OLE color: 1278869.

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

Color convert

RGB 149 131 19 -
CMYK 0 0.12 0.87 0.42
HSL 51.69º 0.77% 0.33% -
HSV(B) 51.69º 0.87% 0.58% -
XYZ 20.63 22.67 3.9 -
YUV 123.61 68.96 146.11 -
System Red Green Blue C M Y K H S L
Decimal 149 131 19 0 0.12 0.87 0.42 51.69 0.77 0.33
Hex 95 83 13 0 C 57 2A 34 4D 21
Octal 225 203 23 0 14 127 52 64 115 41
Binary 10010101 10000011 10011 0 1100 1010111 101010 110100 1001101 100001

Color Harmonies of #958313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958313

Black with #958313

Text Example


Text Example

White with #958313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958313; }

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

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

background-color css

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

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

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

border-color css

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

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

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