#513D3A

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

Shades of Crater Brown #513D3A

Tints of Crater Brown #513D3A

Color information

#513D3A (or 0x513D3A) is unknown color: approx Crater Brown. HEX triplet: 51, 3D and 3A. RGB value is (81,61,58). Sum of RGB (Red+Green+Blue) = 81+61+58=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 58 (23.05% from 255 or 29% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #513D3A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513D3A is #AEC2C5. Grayscale: #424242. Windows color (decimal): -11453126 or 3816785. OLE color: 3816785.

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

Color convert

RGB816158-
CMYK00.250.280.68
HSL7.83º16.55%27.25%-
HSV(B)7.83º28.4%31.76%-
XYZ5.835.394.74-
YUV66.64123.13138.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.5%
GREEN value IS 61 (24.22% from 255) = 30.5%
BLUE value IS 58 (23.05% from 255) = 29%
R=40.5%
G=30.5%
B=29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.28
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81615800.250.280.687.8316.5527.25
Hex513D3A0191C448111b
Octal121757203134104102133
Binary101000111110111101001100111100100010010001000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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