Html Css Color HEX #957715 Hacienda

📋 copy color: '#957715'

red 149 ◦ green 119 ◦ blue 21

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

Shades of Hacienda #957715

Tints of Hacienda #957715

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.18%

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

R = 51.56%
G = 41.18%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#957715 (or 0x957715) is known color: Hacienda. HEX triplet: 95, 77 and 15. RGB value is (149,119,21). Sum of RGB (Red+Green+Blue) = 149+119+21=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 21 (8.59% from 255 or 7.27% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #957715 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957715 is #6A88EA. Grayscale: #757575. Windows color (decimal): -6981867 or 1406869. OLE color: 1406869.

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

Color convert

RGB 149 119 21 -
CMYK 0 0.20 0.86 0.42
HSL 45.94º 0.75% 0.33% -
HSV(B) 45.94º 0.86% 0.58% -
XYZ 19.13 19.64 3.49 -
YUV 116.8 73.94 150.97 -
System Red Green Blue C M Y K H S L
Decimal 149 119 21 0 0.20 0.86 0.42 45.94 0.75 0.33
Hex 95 77 15 0 14 56 2A 2E 4B 21
Octal 225 167 25 0 24 126 52 56 113 41
Binary 10010101 1110111 10101 0 10100 1010110 101010 101110 1001011 100001

Color Harmonies of #957715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957715

Black with #957715

Text Example


Text Example

White with #957715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957715; }

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

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

background-color css

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

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

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

border-color css

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

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

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