#503713

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

Shades of Clinker #503713

Tints of Clinker #503713

Color information

#503713 (or 0x503713) is unknown color: approx Clinker. HEX triplet: 50, 37 and 13. RGB value is (80,55,19). Sum of RGB (Red+Green+Blue) = 80+55+19=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 55 (21.88% from 255 or 35.71% from 154); Blue value is 19 (7.81% from 255 or 12.34% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503713 is #AFC8EC. Grayscale: #3A3A3A. Windows color (decimal): -11520237 or 1259344. OLE color: 1259344.

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

Color convert

RGB805519-
CMYK00.310.760.69
HSL35.41º61.62%19.41%-
HSV(B)35.41º76.25%31.37%-
XYZ4.794.481.23-
YUV58.37105.78143.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 55 (21.88% from 255) = 35.71%
BLUE value IS 19 (7.81% from 255) = 12.34%
R=51.95%
G=35.71%
B=12.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80551900.310.760.6935.4161.6219.41
Hex50371301F4C45233e13
Octal1206723037114105437623
Binary1010000110111100110111111001100100010110001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503713; }

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

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

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

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

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

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

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

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