#584848

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

Shades of Woody Brown #584848

Tints of Woody Brown #584848

Color information

#584848 (or 0x584848) is unknown color: approx Woody Brown. HEX triplet: 58, 48 and 48. RGB value is (88,72,72). Sum of RGB (Red+Green+Blue) = 88+72+72=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 72 (28.52% from 255 or 31.03% from 232); Blue value is 72 (28.52% from 255 or 31.03% from 232); Max value from RGB is 88 - color contains mainly: red. Hex color #584848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584848 is #A7B7B7. Grayscale: #4C4C4C. Windows color (decimal): -10991544 or 4737112. OLE color: 4737112.

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

Color convert

RGB887272-
CMYK00.180.180.65
HSL10%31.37%-
HSV(B)18.18%34.51%-
XYZ7.517.187.12-
YUV76.78125.3136-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 72 (28.52% from 255) = 31.03%
BLUE value IS 72 (28.52% from 255) = 31.03%
R=37.93%
G=31.03%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88727200.180.180.6501031.37
Hex58484801212410a1f
Octal1301101100222210101237
Binary1011000100100010010000100101001010000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584848; }

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

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

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

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

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

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

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

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