#512C2D

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

Shades of Heath #512C2D

Tints of Heath #512C2D

Color information

#512C2D (or 0x512C2D) is unknown color: approx Heath. HEX triplet: 51, 2C and 2D. RGB value is (81,44,45). Sum of RGB (Red+Green+Blue) = 81+44+45=170 (22% of max value = 765). Red value is 81 (32.03% from 255 or 47.65% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 45 (17.97% from 255 or 26.47% from 170); Max value from RGB is 81 - color contains mainly: red. Hex color #512C2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512C2D is #AED3D2. Grayscale: #373737. Windows color (decimal): -11457491 or 2960465. OLE color: 2960465.

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

Color convert

RGB814445-
CMYK00.460.440.68
HSL358.38º29.6%24.51%-
HSV(B)358.38º45.68%31.76%-
XYZ4.773.742.95-
YUV55.18122.26146.42-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 47.65%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 45 (17.97% from 255) = 26.47%
R=47.65%
G=25.88%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81444500.460.440.68358.3829.624.51
Hex512C2D02E2C441661e19
Octal1215455056541045463631
Binary1010001101100101101010111010110010001001011001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,44,45); }

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

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

 a { background-color: rgb(81,44,45); }

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

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

 span { border-color: rgb(81,44,45); }

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