#957818

Color #957818 Hacienda (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hacienda #957818

Tints of Hacienda #957818

Color information

#957818 (or 0x957818) is unknown color: approx Hacienda. HEX triplet: 95, 78 and 18. RGB value is (149,120,24). Sum of RGB (Red+Green+Blue) = 149+120+24=293 (38% of max value = 765). Red value is 149 (58.59% from 255 or 50.85% from 293); Green value is 120 (47.27% from 255 or 40.96% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 149 - color contains mainly: red. Hex color #957818 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957818 is #6A87E7. Grayscale: #767676. Windows color (decimal): -6981608 or 1603733. OLE color: 1603733.

HSL color Cylindrical-coordinate representation of color #957818: hue angle of 46.08º 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 #957818 is Cyan = 0, Magento = 0.19, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB14912024-
CMYK00.190.840.42
HSL46.08º72.25%33.92%-
HSV(B)46.08º83.89%58.43%-
XYZ19.2819.893.69-
YUV117.7375.11150.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 50.85%
GREEN value IS 120 (47.27% from 255) = 40.96%
BLUE value IS 24 (9.77% from 255) = 8.19%
R=50.85%
G=40.96%
B=8.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491202400.190.840.4246.0872.2533.92
Hex957818013542A2e4822
Octal22517030023124525611042
Binary1001010111110001100001001110101001010101011101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957818; }

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

 H1.HeaderClassName
 {
   color: #957818;
 }
 .AnyTagClassName
 {
   color: #957818;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #957818;
 }
 .BgClassName
 {
   background-color: #957818;
 }
</style>
border-color css

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

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

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