#584B42

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

Shades of Cork #584B42

Tints of Cork #584B42

Color information

#584B42 (or 0x584B42) is unknown color: approx Cork. HEX triplet: 58, 4B and 42. RGB value is (88,75,66). Sum of RGB (Red+Green+Blue) = 88+75+66=229 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.43% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 88 - color contains mainly: red. Hex color #584B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B42 is #A7B4BD. Grayscale: #4D4D4D. Windows color (decimal): -10990782 or 4344664. OLE color: 4344664.

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

Color convert

RGB887566-
CMYK00.150.250.65
HSL24.55º14.29%30.2%-
HSV(B)24.55º25%34.51%-
XYZ7.527.56.21-
YUV77.86121.31135.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.43%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=38.43%
G=32.75%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88756600.150.250.6524.5514.2930.2
Hex584B420F194119e1e
Octal13011310201731101311636
Binary1011000100101110000100111111001100000111001111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,75,66); }

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

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

 a { background-color: rgb(88,75,66); }

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

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

 span { border-color: rgb(88,75,66); }

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