#584840

Color #584840 Cork (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cork #584840

Tints of Cork #584840

Color information

#584840 (or 0x584840) is unknown color: approx Cork. HEX triplet: 58, 48 and 40. RGB value is (88,72,64). Sum of RGB (Red+Green+Blue) = 88+72+64=224 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.29% from 224); Green value is 72 (28.52% from 255 or 32.14% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 88 - color contains mainly: red. Hex color #584840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584840 is #A7B7BF. Grayscale: #4B4B4B. Windows color (decimal): -10991552 or 4212824. OLE color: 4212824.

HSL color Cylindrical-coordinate representation of color #584840: hue angle of 20º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #584840 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB887264-
CMYK00.180.270.65
HSL20º15.79%29.8%-
HSV(B)20º27.27%34.51%-
XYZ7.277.085.83-
YUV75.87121.3136.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.29%
GREEN value IS 72 (28.52% from 255) = 32.14%
BLUE value IS 64 (25.39% from 255) = 28.57%
R=39.29%
G=32.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88726400.180.270.652015.7929.8
Hex5848400121B4114101e
Octal13011010002233101242036
Binary101100010010001000000010010110111000001101001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584840; }

 p { color: rgb(88,72,64); }

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

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

 a { background-color: rgb(88,72,64); }

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

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

 span { border-color: rgb(88,72,64); }

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