#58423D

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

Shades of Crater Brown #58423D

Tints of Crater Brown #58423D

Color information

#58423D (or 0x58423D) is unknown color: approx Crater Brown. HEX triplet: 58, 42 and 3D. RGB value is (88,66,61). Sum of RGB (Red+Green+Blue) = 88+66+61=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #58423D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58423D is #A7BDC2. Grayscale: #484848. Windows color (decimal): -10993091 or 4014680. OLE color: 4014680.

HSL color Cylindrical-coordinate representation of color #58423D: hue angle of 11.11º 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 #58423D is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB886661-
CMYK00.250.310.65
HSL11.11º18.12%29.22%-
HSV(B)11.11º30.68%34.51%-
XYZ6.826.315.27-
YUV72.01121.79139.41-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 40.93%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 61 (24.22% from 255) = 28.37%
R=40.93%
G=30.70%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88666100.250.310.6511.1118.1229.22
Hex58423D0191F41b121d
Octal1301027503137101132235
Binary1011000100001011110101100111111100000110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58423D; }

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

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

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

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

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

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

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

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