#58403C

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

Shades of Crater Brown #58403C

Tints of Crater Brown #58403C

Color information

#58403C (or 0x58403C) is unknown color: approx Crater Brown. HEX triplet: 58, 40 and 3C. RGB value is (88,64,60). Sum of RGB (Red+Green+Blue) = 88+64+60=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #58403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58403C is #A7BFC3. Grayscale: #464646. Windows color (decimal): -10993604 or 3948632. OLE color: 3948632.

HSL color Cylindrical-coordinate representation of color #58403C: hue angle of 8.57º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #58403C is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.65.

Color convert

RGB886460-
CMYK00.270.320.65
HSL8.57º18.92%29.02%-
HSV(B)8.57º31.82%34.51%-
XYZ6.676.075.09-
YUV70.72121.95140.33-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 41.51%
GREEN value IS 64 (25.39% from 255) = 30.19%
BLUE value IS 60 (23.83% from 255) = 28.30%
R=41.51%
G=30.19%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.32
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88646000.270.320.658.5718.9229.02
Hex58403C01B20419131d
Octal1301007403340101112335
Binary10110001000000111100011011100000100000110011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58403C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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