Html Css Color HEX #957C15 Hacienda

📋 copy color: '#957C15'

red 149 ◦ green 124 ◦ blue 21

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

Shades of Hacienda #957C15

Tints of Hacienda #957C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.14%

R = 50.68%
G = 42.18%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#957C15 (or 0x957C15) is known color: Hacienda. HEX triplet: 95, 7C and 15. RGB value is (149,124,21). Sum of RGB (Red+Green+Blue) = 149+124+21=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 124 (48.83% from 255 or 42.18% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #957C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C15 is #6A83EA. Grayscale: #787878. Windows color (decimal): -6980587 or 1408149. OLE color: 1408149.

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

Color convert

RGB 149 124 21 -
CMYK 0 0.17 0.86 0.42
HSL 48.28º 0.75% 0.33% -
HSV(B) 48.28º 0.86% 0.58% -
XYZ 19.74 20.86 3.7 -
YUV 119.73 72.28 148.88 -
System Red Green Blue C M Y K H S L
Decimal 149 124 21 0 0.17 0.86 0.42 48.28 0.75 0.33
Hex 95 7C 15 0 11 56 2A 30 4B 21
Octal 225 174 25 0 21 126 52 60 113 41
Binary 10010101 1111100 10101 0 10001 1010110 101010 110000 1001011 100001

Color Harmonies of #957C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C15

Black with #957C15

Text Example


Text Example

White with #957C15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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