#514543

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

Shades of Crater Brown #514543

Tints of Crater Brown #514543

Color information

#514543 (or 0x514543) is unknown color: approx Crater Brown. HEX triplet: 51, 45 and 43. RGB value is (81,69,67). Sum of RGB (Red+Green+Blue) = 81+69+67=217 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.33% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 67 (26.56% from 255 or 30.88% from 217); Max value from RGB is 81 - color contains mainly: red. Hex color #514543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514543 is #AEBABC. Grayscale: #484848. Windows color (decimal): -11451069 or 4408657. OLE color: 4408657.

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

Color convert

RGB816967-
CMYK00.150.170.68
HSL8.57º9.46%29.02%-
HSV(B)8.57º17.28%31.76%-
XYZ6.536.416.2-
YUV72.36124.98134.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 37.33%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 67 (26.56% from 255) = 30.88%
R=37.33%
G=31.80%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81696700.150.170.688.579.4629.02
Hex5145430F1144991d
Octal12110510301721104111135
Binary101000110001011000011011111000110001001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514543; }

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

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

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

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

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

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

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

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