#53413D

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

Shades of Crater Brown #53413D

Tints of Crater Brown #53413D

Color information

#53413D (or 0x53413D) is unknown color: approx Crater Brown. HEX triplet: 53, 41 and 3D. RGB value is (83,65,61). Sum of RGB (Red+Green+Blue) = 83+65+61=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 61 (24.22% from 255 or 29.19% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #53413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53413D is #ACBEC2. Grayscale: #454545. Windows color (decimal): -11321027 or 4014419. OLE color: 4014419.

HSL color Cylindrical-coordinate representation of color #53413D: hue angle of 10.91º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #53413D is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB836561-
CMYK00.220.270.67
HSL10.91º15.28%28.24%-
HSV(B)10.91º26.51%32.55%-
XYZ6.35.965.23-
YUV69.93122.96137.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.71%
GREEN value IS 65 (25.78% from 255) = 31.10%
BLUE value IS 61 (24.22% from 255) = 29.19%
R=39.71%
G=31.10%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83656100.220.270.6710.9115.2828.24
Hex53413D0161B43bf1c
Octal1231017502633103131734
Binary101001110000011111010101101101110000111011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53413D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,65,61); }

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

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

 a { background-color: rgb(83,65,61); }

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

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

 span { border-color: rgb(83,65,61); }

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