#502C2E

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

Shades of Heath #502C2E

Tints of Heath #502C2E

Color information

#502C2E (or 0x502C2E) is unknown color: approx Heath. HEX triplet: 50, 2C and 2E. RGB value is (80,44,46). Sum of RGB (Red+Green+Blue) = 80+44+46=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 44 (17.58% from 255 or 25.88% from 170); Blue value is 46 (18.36% from 255 or 27.06% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #502C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C2E is #AFD3D1. Grayscale: #373737. Windows color (decimal): -11523026 or 3026000. OLE color: 3026000.

HSL color Cylindrical-coordinate representation of color #502C2E: hue angle of 356.67º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #502C2E is Cyan = 0, Magento = 0.45, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB804446-
CMYK00.450.420.69
HSL356.67º29.03%24.31%-
HSV(B)356.67º45%31.37%-
XYZ4.73.73.05-
YUV54.99122.93145.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 44 (17.58% from 255) = 25.88%
BLUE value IS 46 (18.36% from 255) = 27.06%
R=47.06%
G=25.88%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80444600.450.420.69356.6729.0324.31
Hex502C2E02D2A451651d18
Octal1205456055521055453530
Binary1010000101100101110010110110101010001011011001011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #502C2E; }

 p { color: rgb(80,44,46); }

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

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

 a { background-color: rgb(80,44,46); }

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

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

 span { border-color: rgb(80,44,46); }

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