Html Css Color HEX #957C19 Hacienda

📋 copy color: '#957C19'

red 149 ◦ green 124 ◦ blue 25

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

Shades of Hacienda #957C19

Tints of Hacienda #957C19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.39%

R = 50%
G = 41.61%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#957C19 (or 0x957C19) is known color: Hacienda. HEX triplet: 95, 7C and 19. RGB value is (149,124,25). Sum of RGB (Red+Green+Blue) = 149+124+25=298 (39% of max value = 765). Red value is 149 (58.59% from 255 or 50% from 298); Green value is 124 (48.83% from 255 or 41.61% from 298); Blue value is 25 (10.16% from 255 or 8.39% from 298); Max value from RGB is 149 - color contains mainly: red. Hex color #957C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C19 is #6A83E6. Grayscale: #787878. Windows color (decimal): -6980583 or 1670293. OLE color: 1670293.

HSL color Cylindrical-coordinate representation of color #957C19: hue angle of 47.9º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #957C19 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 124 25 -
CMYK 0 0.17 0.83 0.42
HSL 47.9º 0.71% 0.34% -
HSV(B) 47.9º 0.83% 0.58% -
XYZ 19.78 20.88 3.91 -
YUV 120.19 74.28 148.55 -
System Red Green Blue C M Y K H S L
Decimal 149 124 25 0 0.17 0.83 0.42 47.9 0.71 0.34
Hex 95 7C 19 0 11 53 2A 30 47 22
Octal 225 174 31 0 21 123 52 60 107 42
Binary 10010101 1111100 11001 0 10001 1010011 101010 110000 1000111 100010

Color Harmonies of #957C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C19

Black with #957C19

Text Example


Text Example

White with #957C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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