Html Css Color HEX #957417 Hacienda

📋 copy color: '#957417'

red 149 ◦ green 116 ◦ blue 23

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

Shades of Hacienda #957417

Tints of Hacienda #957417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.28%

 BLUE value IS 23 (9.38% from 255) = 7.99%

R = 51.74%
G = 40.28%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#957417 (or 0x957417) is known color: Hacienda. HEX triplet: 95, 74 and 17. RGB value is (149,116,23). Sum of RGB (Red+Green+Blue) = 149+116+23=288 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.74% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 23 (9.38% from 255 or 7.99% from 288); Max value from RGB is 149 - color contains mainly: red. Hex color #957417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957417 is #6A8BE8. Grayscale: #737373. Windows color (decimal): -6982633 or 1537173. OLE color: 1537173.

HSL color Cylindrical-coordinate representation of color #957417: hue angle of 44.29º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #957417 is Cyan = 0, Magento = 0.22, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 116 23 -
CMYK 0 0.22 0.85 0.42
HSL 44.29º 0.73% 0.34% -
HSV(B) 44.29º 0.85% 0.58% -
XYZ 18.79 18.94 3.48 -
YUV 115.27 75.93 152.06 -
System Red Green Blue C M Y K H S L
Decimal 149 116 23 0 0.22 0.85 0.42 44.29 0.73 0.34
Hex 95 74 17 0 16 55 2A 2C 49 22
Octal 225 164 27 0 26 125 52 54 111 42
Binary 10010101 1110100 10111 0 10110 1010101 101010 101100 1001001 100010

Color Harmonies of #957417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957417

Black with #957417

Text Example


Text Example

White with #957417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957417; }

 p { color: rgb(149,116,23); }

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

background-color css

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

 a { background-color: rgb(149,116,23); }

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

border-color css

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

 span { border-color: rgb(149,116,23); }

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