Html Css Color HEX #957717 Hacienda

📋 copy color: '#957717'

red 149 ◦ green 119 ◦ blue 23

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

Shades of Hacienda #957717

Tints of Hacienda #957717

RGB

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

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

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

R = 51.2%
G = 40.89%
B = 7.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#957717 (or 0x957717) is known color: Hacienda. HEX triplet: 95, 77 and 17. RGB value is (149,119,23). Sum of RGB (Red+Green+Blue) = 149+119+23=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 23 (9.38% from 255 or 7.90% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #957717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957717 is #6A88E8. Grayscale: #757575. Windows color (decimal): -6981865 or 1537941. OLE color: 1537941.

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

Color convert

RGB 149 119 23 -
CMYK 0 0.20 0.85 0.42
HSL 45.71º 0.73% 0.34% -
HSV(B) 45.71º 0.85% 0.58% -
XYZ 19.15 19.65 3.59 -
YUV 117.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 149 119 23 0 0.20 0.85 0.42 45.71 0.73 0.34
Hex 95 77 17 0 14 55 2A 2E 49 22
Octal 225 167 27 0 24 125 52 56 111 42
Binary 10010101 1110111 10111 0 10100 1010101 101010 101110 1001001 100010

Color Harmonies of #957717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957717

Black with #957717

Text Example


Text Example

White with #957717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957717; }

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

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

background-color css

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

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

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

border-color css

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

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

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