#503919

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

Shades of Clinker #503919

Tints of Clinker #503919

Color information

#503919 (or 0x503919) is unknown color: approx Clinker. HEX triplet: 50, 39 and 19. RGB value is (80,57,25). Sum of RGB (Red+Green+Blue) = 80+57+25=162 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.38% from 162); Green value is 57 (22.66% from 255 or 35.19% from 162); Blue value is 25 (10.16% from 255 or 15.43% from 162); Max value from RGB is 80 - color contains mainly: red. Hex color #503919 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503919 is #AFC6E6. Grayscale: #3C3C3C. Windows color (decimal): -11519719 or 1653072. OLE color: 1653072.

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

Color convert

RGB805725-
CMYK00.290.690.69
HSL34.91º52.38%20.59%-
HSV(B)34.91º68.75%31.37%-
XYZ4.954.71.57-
YUV60.23108.12142.1-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.38%
GREEN value IS 57 (22.66% from 255) = 35.19%
BLUE value IS 25 (10.16% from 255) = 15.43%
R=49.38%
G=35.19%
B=15.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80572500.290.690.6934.9152.3820.59
Hex50391901D4545233415
Octal1207131035105105436425
Binary1010000111001110010111011000101100010110001111010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503919; }

 p { color: rgb(80,57,25); }

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

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

 a { background-color: rgb(80,57,25); }

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

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

 span { border-color: rgb(80,57,25); }

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