#957618

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

Shades of Hacienda #957618

Tints of Hacienda #957618

Color information

#957618 (or 0x957618) is unknown color: approx Hacienda. HEX triplet: 95, 76 and 18. RGB value is (149,118,24). Sum of RGB (Red+Green+Blue) = 149+118+24=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 24 (9.77% from 255 or 8.25% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #957618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #957618 is #6A89E7. Grayscale: #747474. Windows color (decimal): -6982120 or 1603221. OLE color: 1603221.

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

Color convert

RGB14911824-
CMYK00.210.840.42
HSL45.12º72.25%33.92%-
HSV(B)45.12º83.89%58.43%-
XYZ19.0419.413.61-
YUV116.5575.77151.14-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 51.20%
GREEN value IS 118 (46.48% from 255) = 40.55%
BLUE value IS 24 (9.77% from 255) = 8.25%
R=51.20%
G=40.55%
B=8.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1491182400.210.840.4245.1272.2533.92
Hex957618015542A2d4822
Octal22516630025124525511042
Binary1001010111101101100001010110101001010101011011001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #957618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #957618; }

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

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

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

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

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

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

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

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