Html Css Color HEX #958413 Hacienda

📋 copy color: '#958413'

red 149 ◦ green 132 ◦ blue 19

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

Shades of Hacienda #958413

Tints of Hacienda #958413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 44%

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

R = 49.67%
G = 44%
B = 6.33%

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

#958413 (or 0x958413) is known color: Hacienda. HEX triplet: 95, 84 and 13. RGB value is (149,132,19). Sum of RGB (Red+Green+Blue) = 149+132+19=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 132 (51.95% from 255 or 44% from 300); Blue value is 19 (7.81% from 255 or 6.33% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #958413 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958413 is #6A7BEC. Grayscale: #7C7C7C. Windows color (decimal): -6978541 or 1279125. OLE color: 1279125.

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

Color convert

RGB 149 132 19 -
CMYK 0 0.11 0.87 0.42
HSL 52.15º 0.77% 0.33% -
HSV(B) 52.15º 0.87% 0.58% -
XYZ 20.76 22.94 3.95 -
YUV 124.2 68.63 145.69 -
System Red Green Blue C M Y K H S L
Decimal 149 132 19 0 0.11 0.87 0.42 52.15 0.77 0.33
Hex 95 84 13 0 B 57 2A 34 4D 21
Octal 225 204 23 0 13 127 52 64 115 41
Binary 10010101 10000100 10011 0 1011 1010111 101010 110100 1001101 100001

Color Harmonies of #958413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958413

Black with #958413

Text Example


Text Example

White with #958413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958413; }

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

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

background-color css

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

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

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

border-color css

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

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

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