#512E30

Color #512E30 Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heath #512E30

Tints of Heath #512E30

Color information

#512E30 (or 0x512E30) is unknown color: approx Heath. HEX triplet: 51, 2E and 30. RGB value is (81,46,48). Sum of RGB (Red+Green+Blue) = 81+46+48=175 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.29% from 175); Green value is 46 (18.36% from 255 or 26.29% from 175); Blue value is 48 (19.14% from 255 or 27.43% from 175); Max value from RGB is 81 - color contains mainly: red. Hex color #512E30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512E30 is #AED1CF. Grayscale: #383838. Windows color (decimal): -11456976 or 3157585. OLE color: 3157585.

HSL color Cylindrical-coordinate representation of color #512E30: hue angle of 356.57º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #512E30 is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.68.

Color convert

RGB814648-
CMYK00.430.410.68
HSL356.57º27.56%24.9%-
HSV(B)356.57º43.21%31.76%-
XYZ4.93.923.29-
YUV56.69123.1145.34-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.29%
GREEN value IS 46 (18.36% from 255) = 26.29%
BLUE value IS 48 (19.14% from 255) = 27.43%
R=46.29%
G=26.29%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.41
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81464800.430.410.68356.5727.5624.9
Hex512E3002B29441651c19
Octal1215660053511045453431
Binary1010001101110110000010101110100110001001011001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512E30; }

 p { color: rgb(81,46,48); }

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

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

 a { background-color: rgb(81,46,48); }

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

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

 span { border-color: rgb(81,46,48); }

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