#503813

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

Shades of Clinker #503813

Tints of Clinker #503813

Color information

#503813 (or 0x503813) is unknown color: approx Clinker. HEX triplet: 50, 38 and 13. RGB value is (80,56,19). Sum of RGB (Red+Green+Blue) = 80+56+19=155 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.61% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 80 - color contains mainly: red. Hex color #503813 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503813 is #AFC7EC. Grayscale: #3B3B3B. Windows color (decimal): -11519981 or 1259600. OLE color: 1259600.

HSL color Cylindrical-coordinate representation of color #503813: hue angle of 36.39º 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 #503813 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB805619-
CMYK00.300.760.69
HSL36.39º61.62%19.41%-
HSV(B)36.39º76.25%31.37%-
XYZ4.844.581.25-
YUV58.96105.45143.01-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.61%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=51.61%
G=36.13%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80561900.300.760.6936.3961.6219.41
Hex50381301E4C45243e13
Octal1207023036114105447623
Binary1010000111000100110111101001100100010110010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503813; }

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

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

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

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

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

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

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

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