Html Css Color HEX #957514 Hacienda

📋 copy color: '#957514'

red 149 ◦ green 117 ◦ blue 20

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

Shades of Hacienda #957514

Tints of Hacienda #957514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 52.1%
G = 40.91%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#957514 (or 0x957514) is known color: Hacienda. HEX triplet: 95, 75 and 14. RGB value is (149,117,20). Sum of RGB (Red+Green+Blue) = 149+117+20=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #957514 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957514 is #6A8AEB. Grayscale: #737373. Windows color (decimal): -6982380 or 1340821. OLE color: 1340821.

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

Color convert

RGB 149 117 20 -
CMYK 0 0.21 0.87 0.42
HSL 45.12º 0.76% 0.33% -
HSV(B) 45.12º 0.87% 0.58% -
XYZ 18.88 19.16 3.37 -
YUV 115.51 74.1 151.89 -
System Red Green Blue C M Y K H S L
Decimal 149 117 20 0 0.21 0.87 0.42 45.12 0.76 0.33
Hex 95 75 14 0 15 57 2A 2D 4C 21
Octal 225 165 24 0 25 127 52 55 114 41
Binary 10010101 1110101 10100 0 10101 1010111 101010 101101 1001100 100001

Color Harmonies of #957514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957514

Black with #957514

Text Example


Text Example

White with #957514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957514; }

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

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

background-color css

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

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

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

border-color css

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

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

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