#53413F

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

Shades of Crater Brown #53413F

Tints of Crater Brown #53413F

Color information

#53413F (or 0x53413F) is unknown color: approx Crater Brown. HEX triplet: 53, 41 and 3F. RGB value is (83,65,63). Sum of RGB (Red+Green+Blue) = 83+65+63=211 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.34% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 83 - color contains mainly: red. Hex color #53413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53413F is #ACBEC0. Grayscale: #464646. Windows color (decimal): -11321025 or 4145491. OLE color: 4145491.

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

Color convert

RGB836563-
CMYK00.220.240.67
HSL13.7%28.63%-
HSV(B)24.1%32.55%-
XYZ6.355.985.52-
YUV70.15123.96137.16-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 39.34%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 63 (25% from 255) = 29.86%
R=39.34%
G=30.81%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83656300.220.240.67613.728.63
Hex53413F01618436e1d
Octal123101770263010361635
Binary10100111000001111111010110110001000011110111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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