#502B2C

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

Shades of Heath #502B2C

Tints of Heath #502B2C

Color information

#502B2C (or 0x502B2C) is unknown color: approx Heath. HEX triplet: 50, 2B and 2C. RGB value is (80,43,44). Sum of RGB (Red+Green+Blue) = 80+43+44=167 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.90% from 167); Green value is 43 (17.19% from 255 or 25.75% from 167); Blue value is 44 (17.58% from 255 or 26.35% from 167); Max value from RGB is 80 - color contains mainly: red. Hex color #502B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502B2C is #AFD4D3. Grayscale: #363636. Windows color (decimal): -11523284 or 2894672. OLE color: 2894672.

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

Color convert

RGB804344-
CMYK00.460.450.69
HSL358.38º30.08%24.12%-
HSV(B)358.38º46.25%31.37%-
XYZ4.633.622.84-
YUV54.18122.26146.42-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.90%
GREEN value IS 43 (17.19% from 255) = 25.75%
BLUE value IS 44 (17.58% from 255) = 26.35%
R=47.90%
G=25.75%
B=26.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80434400.460.450.69358.3830.0824.12
Hex502B2C02E2D451661e18
Octal1205354056551055463630
Binary1010000101011101100010111010110110001011011001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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