Html Css Color HEX #957C10 Hacienda

📋 copy color: '#957C10'

red 149 ◦ green 124 ◦ blue 16

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

Shades of Hacienda #957C10

Tints of Hacienda #957C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.54%

R = 51.56%
G = 42.91%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#957C10 (or 0x957C10) is known color: Hacienda. HEX triplet: 95, 7C and 10. RGB value is (149,124,16). Sum of RGB (Red+Green+Blue) = 149+124+16=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 124 (48.83% from 255 or 42.91% from 289); Blue value is 16 (6.64% from 255 or 5.54% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #957C10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957C10 is #6A83EF. Grayscale: #777777. Windows color (decimal): -6980592 or 1080469. OLE color: 1080469.

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

Color convert

RGB 149 124 16 -
CMYK 0 0.17 0.89 0.42
HSL 48.72º 0.81% 0.32% -
HSV(B) 48.72º 0.89% 0.58% -
XYZ 19.7 20.84 3.48 -
YUV 119.16 69.78 149.28 -
System Red Green Blue C M Y K H S L
Decimal 149 124 16 0 0.17 0.89 0.42 48.72 0.81 0.32
Hex 95 7C 10 0 11 59 2A 31 51 20
Octal 225 174 20 0 21 131 52 61 121 40
Binary 10010101 1111100 10000 0 10001 1011001 101010 110001 1010001 100000

Color Harmonies of #957C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957C10

Black with #957C10

Text Example


Text Example

White with #957C10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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