#5C580C

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

Shades of Costa Del Sol #5C580C

Tints of Costa Del Sol #5C580C

Color information

#5C580C (or 0x5C580C) is unknown color: approx Costa Del Sol. HEX triplet: 5C, 58 and 0C. RGB value is (92,88,12). Sum of RGB (Red+Green+Blue) = 92+88+12=192 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.92% from 192); Green value is 88 (34.77% from 255 or 45.83% from 192); Blue value is 12 (5.08% from 255 or 6.25% from 192); Max value from RGB is 92 - color contains mainly: red. Hex color #5C580C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C580C is #A3A7F3. Grayscale: #505050. Windows color (decimal): -10725364 or 809052. OLE color: 809052.

HSL color Cylindrical-coordinate representation of color #5C580C: hue angle of 57º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5C580C is Cyan = 0, Magento = 0.04, Yellow = 0.87 and Black (K on CMYK) = 0.64.

Color convert

RGB928812-
CMYK00.040.870.64
HSL57º76.92%20.39%-
HSV(B)57º86.96%36.08%-
XYZ7.979.281.72-
YUV80.5389.33136.18-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.92%
GREEN value IS 88 (34.77% from 255) = 45.83%
BLUE value IS 12 (5.08% from 255) = 6.25%
R=47.92%
G=45.83%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.87
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92881200.040.870.645776.9220.39
Hex5C58C045740394d14
Octal13413014041271007111524
Binary101110010110001100010010101111000000111001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,88,12); }

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

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

 a { background-color: rgb(92,88,12); }

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

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

 span { border-color: rgb(92,88,12); }

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