#5F5828

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

Shades of Costa Del Sol #5F5828

Tints of Costa Del Sol #5F5828

Color information

#5F5828 (or 0x5F5828) is unknown color: approx Costa Del Sol. HEX triplet: 5F, 58 and 28. RGB value is (95,88,40). Sum of RGB (Red+Green+Blue) = 95+88+40=223 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.60% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 40 (16.02% from 255 or 17.94% from 223); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F5828 is #A0A7D7. Grayscale: #545454. Windows color (decimal): -10528728 or 2644063. OLE color: 2644063.

HSL color Cylindrical-coordinate representation of color #5F5828: hue angle of 52.36º degrees, saturation: 0.41, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5F5828 is Cyan = 0, Magento = 0.07, Yellow = 0.58 and Black (K on CMYK) = 0.63.

Color convert

RGB958840-
CMYK00.070.580.63
HSL52.36º40.74%26.47%-
HSV(B)52.36º57.89%37.25%-
XYZ8.599.573.4-
YUV84.62102.82135.4-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.60%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 40 (16.02% from 255) = 17.94%
R=42.60%
G=39.46%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.58
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95884000.070.580.6352.3640.7426.47
Hex5F5828073A3F34291a
Octal13713050077277645132
Binary10111111011000101000011111101011111111010010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,88,40); }

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

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

 a { background-color: rgb(95,88,40); }

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

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

 span { border-color: rgb(95,88,40); }

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