#503032

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

Shades of Heath #503032

Tints of Heath #503032

Color information

#503032 (or 0x503032) is unknown color: approx Heath. HEX triplet: 50, 30 and 32. RGB value is (80,48,50). Sum of RGB (Red+Green+Blue) = 80+48+50=178 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.94% from 178); Green value is 48 (19.14% from 255 or 26.97% from 178); Blue value is 50 (19.92% from 255 or 28.09% from 178); Max value from RGB is 80 - color contains mainly: red. Hex color #503032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503032 is #AFCFCD. Grayscale: #393939. Windows color (decimal): -11521998 or 3289168. OLE color: 3289168.

HSL color Cylindrical-coordinate representation of color #503032: hue angle of 356.25º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #503032 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB804850-
CMYK00.400.370.69
HSL356.25º25%25.1%-
HSV(B)356.25º40%31.37%-
XYZ4.944.053.54-
YUV57.8123.6143.84-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 44.94%
GREEN value IS 48 (19.14% from 255) = 26.97%
BLUE value IS 50 (19.92% from 255) = 28.09%
R=44.94%
G=26.97%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80485000.400.370.69356.252525.1
Hex50303202825451641919
Octal1206062050451055443131
Binary1010000110000110010010100010010110001011011001001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503032; }

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

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

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

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

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

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

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

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