#514644

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

Shades of Crater Brown #514644

Tints of Crater Brown #514644

Color information

#514644 (or 0x514644) is unknown color: approx Crater Brown. HEX triplet: 51, 46 and 44. RGB value is (81,70,68). Sum of RGB (Red+Green+Blue) = 81+70+68=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 70 (27.73% from 255 or 31.96% from 219); Blue value is 68 (26.95% from 255 or 31.05% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #514644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514644 is #AEB9BB. Grayscale: #494949. Windows color (decimal): -11450812 or 4474449. OLE color: 4474449.

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

Color convert

RGB817068-
CMYK00.140.160.68
HSL9.23º8.72%29.22%-
HSV(B)9.23º16.05%31.76%-
XYZ6.636.556.38-
YUV73.06125.14133.66-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.99%
GREEN value IS 70 (27.73% from 255) = 31.96%
BLUE value IS 68 (26.95% from 255) = 31.05%
R=36.99%
G=31.96%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81706800.140.160.689.238.7229.22
Hex5146440E1044991d
Octal12110610401620104111135
Binary101000110001101000100011101000010001001001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514644; }

 p { color: rgb(81,70,68); }

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

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

 a { background-color: rgb(81,70,68); }

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

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

 span { border-color: rgb(81,70,68); }

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