Html Css Color HEX #957515 Hacienda

📋 copy color: '#957515'

red 149 ◦ green 117 ◦ blue 21

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

Shades of Hacienda #957515

Tints of Hacienda #957515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.77%

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

R = 51.92%
G = 40.77%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#957515 (or 0x957515) is known color: Hacienda. HEX triplet: 95, 75 and 15. RGB value is (149,117,21). Sum of RGB (Red+Green+Blue) = 149+117+21=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 117 (46.09% from 255 or 40.77% from 287); Blue value is 21 (8.59% from 255 or 7.32% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #957515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957515 is #6A8AEA. Grayscale: #747474. Windows color (decimal): -6982379 or 1406357. OLE color: 1406357.

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

Color convert

RGB 149 117 21 -
CMYK 0 0.21 0.86 0.42
HSL 45º 0.75% 0.33% -
HSV(B) 45º 0.86% 0.58% -
XYZ 18.89 19.17 3.41 -
YUV 115.62 74.6 151.81 -
System Red Green Blue C M Y K H S L
Decimal 149 117 21 0 0.21 0.86 0.42 45 0.75 0.33
Hex 95 75 15 0 15 56 2A 2D 4B 21
Octal 225 165 25 0 25 126 52 55 113 41
Binary 10010101 1110101 10101 0 10101 1010110 101010 101101 1001011 100001

Color Harmonies of #957515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957515

Black with #957515

Text Example


Text Example

White with #957515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957515; }

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

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

background-color css

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

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

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

border-color css

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

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

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