#503913

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

Shades of Clinker #503913

Tints of Clinker #503913

Color information

#503913 (or 0x503913) is unknown color: approx Clinker. HEX triplet: 50, 39 and 13. RGB value is (80,57,19). Sum of RGB (Red+Green+Blue) = 80+57+19=156 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.28% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 80 - color contains mainly: red. Hex color #503913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503913 is #AFC6EC. Grayscale: #3B3B3B. Windows color (decimal): -11519725 or 1259856. OLE color: 1259856.

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

Color convert

RGB805719-
CMYK00.290.760.69
HSL37.38º61.62%19.41%-
HSV(B)37.38º76.25%31.37%-
XYZ4.894.681.26-
YUV59.54105.12142.59-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.28%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 19 (7.81% from 255) = 12.18%
R=51.28%
G=36.54%
B=12.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80571900.290.760.6937.3861.6219.41
Hex50391301D4C45253e13
Octal1207123035114105457623
Binary1010000111001100110111011001100100010110010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503913; }

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

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

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

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

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

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

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

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