#5C5A0F

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

Shades of Costa Del Sol #5C5A0F

Tints of Costa Del Sol #5C5A0F

Color information

#5C5A0F (or 0x5C5A0F) is unknown color: approx Costa Del Sol. HEX triplet: 5C, 5A and 0F. RGB value is (92,90,15). Sum of RGB (Red+Green+Blue) = 92+90+15=197 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.70% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5A0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5C5A0F is #A3A5F0. Grayscale: #525252. Windows color (decimal): -10724849 or 1006172. OLE color: 1006172.

HSL color Cylindrical-coordinate representation of color #5C5A0F: hue angle of 58.44º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5C5A0F is Cyan = 0, Magento = 0.02, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB929015-
CMYK00.020.840.64
HSL58.44º71.96%20.98%-
HSV(B)58.44º83.7%36.08%-
XYZ8.169.621.88-
YUV82.0590.16135.1-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.70%
GREEN value IS 90 (35.55% from 255) = 45.69%
BLUE value IS 15 (6.25% from 255) = 7.61%
R=46.70%
G=45.69%
B=7.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.84
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92901500.020.840.6458.4471.9620.98
Hex5C5AF0254403a4815
Octal13413217021241007211025
Binary10111001011010111101010101001000000111010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,90,15); }

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

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

 a { background-color: rgb(92,90,15); }

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

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

 span { border-color: rgb(92,90,15); }

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