Html Css Color HEX #957C17 Hacienda

📋 copy color: '#957C17'

red 149 ◦ green 124 ◦ blue 23

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

Shades of Hacienda #957C17

Tints of Hacienda #957C17

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.89%

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

R = 50.34%
G = 41.89%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#957C17 (or 0x957C17) is known color: Hacienda. HEX triplet: 95, 7C and 17. RGB value is (149,124,23). Sum of RGB (Red+Green+Blue) = 149+124+23=296 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50.34% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 149 - color contains mainly: red. Hex color #957C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C17 is #6A83E8. Grayscale: #787878. Windows color (decimal): -6980585 or 1539221. OLE color: 1539221.

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

Color convert

RGB 149 124 23 -
CMYK 0 0.17 0.85 0.42
HSL 48.1º 0.73% 0.34% -
HSV(B) 48.1º 0.85% 0.58% -
XYZ 19.76 20.87 3.8 -
YUV 119.96 73.28 148.71 -
System Red Green Blue C M Y K H S L
Decimal 149 124 23 0 0.17 0.85 0.42 48.1 0.73 0.34
Hex 95 7C 17 0 11 55 2A 30 49 22
Octal 225 174 27 0 21 125 52 60 111 42
Binary 10010101 1111100 10111 0 10001 1010101 101010 110000 1001001 100010

Color Harmonies of #957C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C17

Black with #957C17

Text Example


Text Example

White with #957C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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