Html Css Color HEX #957713 Hacienda

📋 copy color: '#957713'

red 149 ◦ green 119 ◦ blue 19

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

Shades of Hacienda #957713

Tints of Hacienda #957713

RGB

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

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

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

R = 51.92%
G = 41.46%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#957713 (or 0x957713) is known color: Hacienda. HEX triplet: 95, 77 and 13. RGB value is (149,119,19). Sum of RGB (Red+Green+Blue) = 149+119+19=287 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.92% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 149 - color contains mainly: red. Hex color #957713 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957713 is #6A88EC. Grayscale: #757575. Windows color (decimal): -6981869 or 1275797. OLE color: 1275797.

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

Color convert

RGB 149 119 19 -
CMYK 0 0.20 0.87 0.42
HSL 46.15º 0.77% 0.33% -
HSV(B) 46.15º 0.87% 0.58% -
XYZ 19.11 19.63 3.4 -
YUV 116.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 149 119 19 0 0.20 0.87 0.42 46.15 0.77 0.33
Hex 95 77 13 0 14 57 2A 2E 4D 21
Octal 225 167 23 0 24 127 52 56 115 41
Binary 10010101 1110111 10011 0 10100 1010111 101010 101110 1001101 100001

Color Harmonies of #957713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957713

Black with #957713

Text Example


Text Example

White with #957713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957713; }

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

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

background-color css

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

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

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

border-color css

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

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

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