#514745

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

Shades of Crater Brown #514745

Tints of Crater Brown #514745

Color information

#514745 (or 0x514745) is unknown color: approx Crater Brown. HEX triplet: 51, 47 and 45. RGB value is (81,71,69). Sum of RGB (Red+Green+Blue) = 81+71+69=221 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.65% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 69 (27.34% from 255 or 31.22% from 221); Max value from RGB is 81 - color contains mainly: red. Hex color #514745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514745 is #AEB8BA. Grayscale: #494949. Windows color (decimal): -11450555 or 4540241. OLE color: 4540241.

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

Color convert

RGB817169-
CMYK00.120.150.68
HSL10º8%29.41%-
HSV(B)10º14.81%31.76%-
XYZ6.726.696.57-
YUV73.76125.31133.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.65%
GREEN value IS 71 (28.12% from 255) = 32.13%
BLUE value IS 69 (27.34% from 255) = 31.22%
R=36.65%
G=32.13%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.15
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81716900.120.150.6810829.41
Hex5147450CF44a81d
Octal12110710501417104121035
Binary10100011000111100010101100111110001001010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514745; }

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

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

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

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

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

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

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

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