#584B43

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

Shades of Cork #584B43

Tints of Cork #584B43

Color information

#584B43 (or 0x584B43) is unknown color: approx Cork. HEX triplet: 58, 4B and 43. RGB value is (88,75,67). Sum of RGB (Red+Green+Blue) = 88+75+67=230 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.26% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 67 (26.56% from 255 or 29.13% from 230); Max value from RGB is 88 - color contains mainly: red. Hex color #584B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B43 is #A7B4BC. Grayscale: #4E4E4E. Windows color (decimal): -10990781 or 4410200. OLE color: 4410200.

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

Color convert

RGB887567-
CMYK00.150.240.65
HSL22.86º13.55%30.39%-
HSV(B)22.86º23.86%34.51%-
XYZ7.557.516.36-
YUV77.97121.81135.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.26%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 67 (26.56% from 255) = 29.13%
R=38.26%
G=32.61%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88756700.150.240.6522.8613.5530.39
Hex584B430F184117e1e
Octal13011310301730101271636
Binary1011000100101110000110111111000100000110111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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