#58403D

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

Shades of Crater Brown #58403D

Tints of Crater Brown #58403D

Color information

#58403D (or 0x58403D) is unknown color: approx Crater Brown. HEX triplet: 58, 40 and 3D. RGB value is (88,64,61). Sum of RGB (Red+Green+Blue) = 88+64+61=213 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.31% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 88 - color contains mainly: red. Hex color #58403D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58403D is #A7BFC2. Grayscale: #464646. Windows color (decimal): -10993603 or 4014168. OLE color: 4014168.

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

Color convert

RGB886461-
CMYK00.270.310.65
HSL6.67º18.12%29.22%-
HSV(B)6.67º30.68%34.51%-
XYZ6.76.085.23-
YUV70.83122.45140.24-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.31%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 61 (24.22% from 255) = 28.64%
R=41.31%
G=30.05%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88646100.270.310.656.6718.1229.22
Hex58403D01B1F417121d
Octal130100750333710172235
Binary101100010000001111010110111111110000011111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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