#584B40

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

Shades of Rock #584B40

Tints of Rock #584B40

Color information

#584B40 (or 0x584B40) is unknown color: approx Rock. HEX triplet: 58, 4B and 40. RGB value is (88,75,64). Sum of RGB (Red+Green+Blue) = 88+75+64=227 (30% of max value = 765). Red value is 88 (34.77% from 255 or 38.77% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 88 - color contains mainly: red. Hex color #584B40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584B40 is #A7B4BF. Grayscale: #4D4D4D. Windows color (decimal): -10990784 or 4213592. OLE color: 4213592.

HSL color Cylindrical-coordinate representation of color #584B40: hue angle of 27.5º 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 #584B40 is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB887564-
CMYK00.150.270.65
HSL27.5º15.79%29.8%-
HSV(B)27.5º27.27%34.51%-
XYZ7.477.485.9-
YUV77.63120.31135.39-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 38.77%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 64 (25.39% from 255) = 28.19%
R=38.77%
G=33.04%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88756400.150.270.6527.515.7929.8
Hex584B400F1B411c101e
Octal13011310001733101342036
Binary10110001001011100000001111110111000001111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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