#502C30

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

Shades of Heath #502C30

Tints of Heath #502C30

Color information

#502C30 (or 0x502C30) is unknown color: approx Heath. HEX triplet: 50, 2C and 30. RGB value is (80,44,48). Sum of RGB (Red+Green+Blue) = 80+44+48=172 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.51% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 48 (19.14% from 255 or 27.91% from 172); Max value from RGB is 80 - color contains mainly: red. Hex color #502C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #502C30 is #AFD3CF. Grayscale: #373737. Windows color (decimal): -11523024 or 3157072. OLE color: 3157072.

HSL color Cylindrical-coordinate representation of color #502C30: hue angle of 353.33º 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 #502C30 is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.69.

Color convert

RGB804448-
CMYK00.450.400.69
HSL353.33º29.03%24.31%-
HSV(B)353.33º45%31.37%-
XYZ4.743.723.26-
YUV55.22123.93145.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.51%
GREEN value IS 44 (17.58% from 255) = 25.58%
BLUE value IS 48 (19.14% from 255) = 27.91%
R=46.51%
G=25.58%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80444800.450.400.69353.3329.0324.31
Hex502C3002D28451611d18
Octal1205460055501055413530
Binary1010000101100110000010110110100010001011011000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #502C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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