#584A3D

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

Shades of Rock #584A3D

Tints of Rock #584A3D

Color information

#584A3D (or 0x584A3D) is unknown color: approx Rock. HEX triplet: 58, 4A and 3D. RGB value is (88,74,61). Sum of RGB (Red+Green+Blue) = 88+74+61=223 (29% of max value = 765). Red value is 88 (34.77% from 255 or 39.46% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 88 - color contains mainly: red. Hex color #584A3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #584A3D is #A7B5C2. Grayscale: #4C4C4C. Windows color (decimal): -10991043 or 4016728. OLE color: 4016728.

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

Color convert

RGB887461-
CMYK00.160.310.65
HSL28.89º18.12%29.22%-
HSV(B)28.89º30.68%34.51%-
XYZ7.327.315.44-
YUV76.7119.14136.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 39.46%
GREEN value IS 74 (29.30% from 255) = 33.18%
BLUE value IS 61 (24.22% from 255) = 27.35%
R=39.46%
G=33.18%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88746100.160.310.6528.8918.1229.22
Hex584A3D0101F411d121d
Octal1301127502037101352235
Binary10110001001010111101010000111111000001111011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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