Html Css Color HEX #957F18 Hacienda

📋 copy color: '#957F18'

red 149 ◦ green 127 ◦ blue 24

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

Shades of Hacienda #957F18

Tints of Hacienda #957F18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8%

R = 49.67%
G = 42.33%
B = 8%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#957F18 (or 0x957F18) is known color: Hacienda. HEX triplet: 95, 7F and 18. RGB value is (149,127,24). Sum of RGB (Red+Green+Blue) = 149+127+24=300 (39% of max value = 765). Red value is 149 (58.59% from 255 or 49.67% from 300); Green value is 127 (50% from 255 or 42.33% from 300); Blue value is 24 (9.77% from 255 or 8% from 300); Max value from RGB is 149 - color contains mainly: red. Hex color #957F18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957F18 is #6A80E7. Grayscale: #7A7A7A. Windows color (decimal): -6979816 or 1605525. OLE color: 1605525.

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

Color convert

RGB 149 127 24 -
CMYK 0 0.15 0.84 0.42
HSL 49.44º 0.72% 0.34% -
HSV(B) 49.44º 0.84% 0.58% -
XYZ 20.15 21.63 3.98 -
YUV 121.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 149 127 24 0 0.15 0.84 0.42 49.44 0.72 0.34
Hex 95 7F 18 0 F 54 2A 31 48 22
Octal 225 177 30 0 17 124 52 61 110 42
Binary 10010101 1111111 11000 0 1111 1010100 101010 110001 1001000 100010

Color Harmonies of #957F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957F18

Black with #957F18

Text Example


Text Example

White with #957F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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