Html Css Color HEX #957F12 Hacienda

📋 copy color: '#957F12'

red 149 ◦ green 127 ◦ blue 18

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

Shades of Hacienda #957F12

Tints of Hacienda #957F12

RGB

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

 GREEN value IS 127 (50% from 255) = 43.2%

 BLUE value IS 18 (7.42% from 255) = 6.12%

R = 50.68%
G = 43.2%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#957F12 (or 0x957F12) is known color: Hacienda. HEX triplet: 95, 7F and 12. RGB value is (149,127,18). Sum of RGB (Red+Green+Blue) = 149+127+18=294 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.68% from 294); Green value is 127 (50% from 255 or 43.20% from 294); Blue value is 18 (7.42% from 255 or 6.12% from 294); Max value from RGB is 149 - color contains mainly: red. Hex color #957F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F12 is #6A80ED. Grayscale: #797979. Windows color (decimal): -6979822 or 1212309. OLE color: 1212309.

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

Color convert

RGB 149 127 18 -
CMYK 0 0.15 0.88 0.42
HSL 49.92º 0.78% 0.33% -
HSV(B) 49.92º 0.88% 0.58% -
XYZ 20.09 21.61 3.68 -
YUV 121.15 69.79 147.86 -
System Red Green Blue C M Y K H S L
Decimal 149 127 18 0 0.15 0.88 0.42 49.92 0.78 0.33
Hex 95 7F 12 0 F 58 2A 32 4E 21
Octal 225 177 22 0 17 130 52 62 116 41
Binary 10010101 1111111 10010 0 1111 1011000 101010 110010 1001110 100001

Color Harmonies of #957F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F12

Black with #957F12

Text Example


Text Example

White with #957F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,127,18); }

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

background-color css

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

 a { background-color: rgb(149,127,18); }

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

border-color css

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

 span { border-color: rgb(149,127,18); }

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