#514340

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

Shades of Crater Brown #514340

Tints of Crater Brown #514340

Color information

#514340 (or 0x514340) is unknown color: approx Crater Brown. HEX triplet: 51, 43 and 40. RGB value is (81,67,64). Sum of RGB (Red+Green+Blue) = 81+67+64=212 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.21% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 64 (25.39% from 255 or 30.19% from 212); Max value from RGB is 81 - color contains mainly: red. Hex color #514340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514340 is #AEBCBF. Grayscale: #464646. Windows color (decimal): -11451584 or 4211537. OLE color: 4211537.

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

Color convert

RGB816764-
CMYK00.170.210.68
HSL10.59º11.72%28.43%-
HSV(B)10.59º20.99%31.76%-
XYZ6.336.135.7-
YUV70.84124.14135.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 38.21%
GREEN value IS 67 (26.56% from 255) = 31.60%
BLUE value IS 64 (25.39% from 255) = 30.19%
R=38.21%
G=31.60%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81676400.170.210.6810.5911.7228.43
Hex5143400111544bc1c
Octal12110310002125104131434
Binary1010001100001110000000100011010110001001011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514340; }

 p { color: rgb(81,67,64); }

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

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

 a { background-color: rgb(81,67,64); }

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

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

 span { border-color: rgb(81,67,64); }

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