#514947

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

Shades of Crater Brown #514947

Tints of Crater Brown #514947

Color information

#514947 (or 0x514947) is unknown color: approx Crater Brown. HEX triplet: 51, 49 and 47. RGB value is (81,73,71). Sum of RGB (Red+Green+Blue) = 81+73+71=225 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36% from 225); Green value is 73 (28.91% from 255 or 32.44% from 225); Blue value is 71 (28.12% from 255 or 31.56% from 225); Max value from RGB is 81 - color contains mainly: red. Hex color #514947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514947 is #AEB6B8. Grayscale: #4B4B4B. Windows color (decimal): -11450041 or 4671825. OLE color: 4671825.

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

Color convert

RGB817371-
CMYK00.100.120.68
HSL12º6.58%29.8%-
HSV(B)12º12.35%31.76%-
XYZ6.916.976.94-
YUV75.16125.65132.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36%
GREEN value IS 73 (28.91% from 255) = 32.44%
BLUE value IS 71 (28.12% from 255) = 31.56%
R=36%
G=32.44%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81737100.100.120.68126.5829.8
Hex5149470AC44c71e
Octal1211111070121410414736
Binary1010001100100110001110101011001000100110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514947; }

 p { color: rgb(81,73,71); }

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

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

 a { background-color: rgb(81,73,71); }

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

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

 span { border-color: rgb(81,73,71); }

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