#5F592A

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

Shades of Costa Del Sol #5F592A

Tints of Costa Del Sol #5F592A

Color information

#5F592A (or 0x5F592A) is unknown color: approx Costa Del Sol. HEX triplet: 5F, 59 and 2A. RGB value is (95,89,42). Sum of RGB (Red+Green+Blue) = 95+89+42=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 42 (16.80% from 255 or 18.58% from 226); Max value from RGB is 95 - color contains mainly: red. Hex color #5F592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F592A is #A0A6D5. Grayscale: #555555. Windows color (decimal): -10528470 or 2775391. OLE color: 2775391.

HSL color Cylindrical-coordinate representation of color #5F592A: hue angle of 53.21º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F592A is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.63.

Color convert

RGB958942-
CMYK00.060.560.63
HSL53.21º38.69%26.86%-
HSV(B)53.21º55.79%37.25%-
XYZ8.719.743.61-
YUV85.44103.49134.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.04%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 42 (16.80% from 255) = 18.58%
R=42.04%
G=39.38%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.56
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95894200.060.560.6353.2138.6926.86
Hex5F592A06383F35271b
Octal13713152067077654733
Binary10111111011001101010011011100011111111010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,89,42); }

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

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

 a { background-color: rgb(95,89,42); }

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

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

 span { border-color: rgb(95,89,42); }

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