Html Css Color HEX #958515 Hacienda

📋 copy color: '#958515'

red 149 ◦ green 133 ◦ blue 21

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

Shades of Hacienda #958515

Tints of Hacienda #958515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.93%

R = 49.17%
G = 43.89%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#958515 (or 0x958515) is known color: Hacienda. HEX triplet: 95, 85 and 15. RGB value is (149,133,21). Sum of RGB (Red+Green+Blue) = 149+133+21=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 21 (8.59% from 255 or 6.93% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #958515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958515 is #6A7AEA. Grayscale: #7D7D7D. Windows color (decimal): -6978283 or 1410453. OLE color: 1410453.

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

Color convert

RGB 149 133 21 -
CMYK 0 0.11 0.86 0.42
HSL 52.5º 0.75% 0.33% -
HSV(B) 52.5º 0.86% 0.58% -
XYZ 20.92 23.22 4.09 -
YUV 125.02 69.3 145.11 -
System Red Green Blue C M Y K H S L
Decimal 149 133 21 0 0.11 0.86 0.42 52.5 0.75 0.33
Hex 95 85 15 0 B 56 2A 34 4B 21
Octal 225 205 25 0 13 126 52 64 113 41
Binary 10010101 10000101 10101 0 1011 1010110 101010 110100 1001011 100001

Color Harmonies of #958515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958515

Black with #958515

Text Example


Text Example

White with #958515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958515; }

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

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

background-color css

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

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

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

border-color css

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

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

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