#584A3F

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

Shades of Cork #584A3F

Tints of Cork #584A3F

Color information

#584A3F (or 0x584A3F) is unknown color: approx Cork. HEX triplet: 58, 4A and 3F. RGB value is (88,74,63). Sum of RGB (Red+Green+Blue) = 88+74+63=225 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.11% from 225); Green value is 74 (29.30% from 255 or 32.89% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 88 - color contains mainly: red. Hex color #584A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A3F is #A7B5C0. Grayscale: #4C4C4C. Windows color (decimal): -10991041 or 4147800. OLE color: 4147800.

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

Color convert

RGB887463-
CMYK00.160.280.65
HSL26.4º16.56%29.61%-
HSV(B)26.4º28.41%34.51%-
XYZ7.377.335.73-
YUV76.93120.14135.89-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.11%
GREEN value IS 74 (29.30% from 255) = 32.89%
BLUE value IS 63 (25% from 255) = 28%
R=39.11%
G=32.89%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88746300.160.280.6526.416.5629.61
Hex584A3F0101C411a111e
Octal1301127702034101322136
Binary10110001001010111111010000111001000001110101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584A3F; }

 p { color: rgb(88,74,63); }

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

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

 a { background-color: rgb(88,74,63); }

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

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

 span { border-color: rgb(88,74,63); }

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