#5D5719

Color #5D5719 Costa Del Sol (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Costa Del Sol #5D5719

Tints of Costa Del Sol #5D5719

Color information

#5D5719 (or 0x5D5719) is unknown color: approx Costa Del Sol. HEX triplet: 5D, 57 and 19. RGB value is (93,87,25). Sum of RGB (Red+Green+Blue) = 93+87+25=205 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.37% from 205); Green value is 87 (34.38% from 255 or 42.44% from 205); Blue value is 25 (10.16% from 255 or 12.20% from 205); Max value from RGB is 93 - color contains mainly: red. Hex color #5D5719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5D5719 is #A2A8E6. Grayscale: #515151. Windows color (decimal): -10660071 or 1660765. OLE color: 1660765.

HSL color Cylindrical-coordinate representation of color #5D5719: hue angle of 54.71º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D5719 is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB938725-
CMYK00.060.730.64
HSL54.71º57.63%23.14%-
HSV(B)54.71º73.12%36.47%-
XYZ8.19.212.27-
YUV81.7395.99136.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 45.37%
GREEN value IS 87 (34.38% from 255) = 42.44%
BLUE value IS 25 (10.16% from 255) = 12.20%
R=45.37%
G=42.44%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93872500.060.730.6454.7157.6323.14
Hex5D5719064940373a17
Octal1351273106111100677227
Binary101110110101111100101101001001100000011011111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D5719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D5719; }

 p { color: rgb(93,87,25); }

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

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

 a { background-color: rgb(93,87,25); }

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

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

 span { border-color: rgb(93,87,25); }

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