#5E592A

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

Shades of Costa Del Sol #5E592A

Tints of Costa Del Sol #5E592A

Color information

#5E592A (or 0x5E592A) is unknown color: approx Costa Del Sol. HEX triplet: 5E, 59 and 2A. RGB value is (94,89,42). Sum of RGB (Red+Green+Blue) = 94+89+42=225 (29% of max value = 765). Red value is 94 (37.11% from 255 or 41.78% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 42 (16.80% from 255 or 18.67% from 225); Max value from RGB is 94 - color contains mainly: red. Hex color #5E592A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E592A is #A1A6D5. Grayscale: #555555. Windows color (decimal): -10594006 or 2775390. OLE color: 2775390.

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

Color convert

RGB948942-
CMYK00.050.550.63
HSL54.23º38.24%26.67%-
HSV(B)54.23º55.32%36.86%-
XYZ8.619.693.61-
YUV85.14103.66134.32-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 41.78%
GREEN value IS 89 (35.16% from 255) = 39.56%
BLUE value IS 42 (16.80% from 255) = 18.67%
R=41.78%
G=39.56%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.55
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94894200.050.550.6354.2338.2426.67
Hex5E592A05373F36261b
Octal13613152056777664633
Binary10111101011001101010010111011111111111011010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E592A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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