#514744

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

Shades of Crater Brown #514744

Tints of Crater Brown #514744

Color information

#514744 (or 0x514744) is unknown color: approx Crater Brown. HEX triplet: 51, 47 and 44. RGB value is (81,71,68). Sum of RGB (Red+Green+Blue) = 81+71+68=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 68 (26.95% from 255 or 30.91% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514744 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514744 is #AEB8BB. Grayscale: #494949. Windows color (decimal): -11450556 or 4474705. OLE color: 4474705.

HSL color Cylindrical-coordinate representation of color #514744: hue angle of 13.85º 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 #514744 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.68.

Color convert

RGB817168-
CMYK00.120.160.68
HSL13.85º8.72%29.22%-
HSV(B)13.85º16.05%31.76%-
XYZ6.696.676.4-
YUV73.65124.81133.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 68 (26.95% from 255) = 30.91%
R=36.82%
G=32.27%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.16
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81716800.120.160.6813.858.7229.22
Hex5147440C1044e91d
Octal12110710401420104161135
Binary101000110001111000100011001000010001001110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514744; }

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

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

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

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

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

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

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

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