#513E3D

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

Shades of Crater Brown #513E3D

Tints of Crater Brown #513E3D

Color information

#513E3D (or 0x513E3D) is unknown color: approx Crater Brown. HEX triplet: 51, 3E and 3D. RGB value is (81,62,61). Sum of RGB (Red+Green+Blue) = 81+62+61=204 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.71% from 204); Green value is 62 (24.61% from 255 or 30.39% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 81 - color contains mainly: red. Hex color #513E3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513E3D is #AEC1C2. Grayscale: #434343. Windows color (decimal): -11452867 or 4013649. OLE color: 4013649.

HSL color Cylindrical-coordinate representation of color #513E3D: hue angle of 3º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #513E3D is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB816261-
CMYK00.230.250.68
HSL14.08%27.84%-
HSV(B)24.69%31.76%-
XYZ5.965.535.17-
YUV67.57124.29137.58-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 39.71%
GREEN value IS 62 (24.61% from 255) = 30.39%
BLUE value IS 61 (24.22% from 255) = 29.90%
R=39.71%
G=30.39%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81626100.230.250.68314.0827.84
Hex513E3D01719443e1c
Octal12176750273110431634
Binary101000111111011110101011111001100010011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513E3D; }

 p { color: rgb(81,62,61); }

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

<style>
 a { background-color: #513E3D; }

 a { background-color: rgb(81,62,61); }

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

<style>
 span { border-color: #513E3D; }

 span { border-color: rgb(81,62,61); }

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