#503710

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

Shades of Clinker #503710

Tints of Clinker #503710

Color information

#503710 (or 0x503710) is unknown color: approx Clinker. HEX triplet: 50, 37 and 10. RGB value is (80,55,16). Sum of RGB (Red+Green+Blue) = 80+55+16=151 (20% of max value = 765). Red value is 80 (31.64% from 255 or 52.98% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 80 - color contains mainly: red. Hex color #503710 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503710 is #AFC8EF. Grayscale: #3A3A3A. Windows color (decimal): -11520240 or 1062736. OLE color: 1062736.

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

Color convert

RGB805516-
CMYK00.310.800.69
HSL36.56º66.67%18.82%-
HSV(B)36.56º80%31.37%-
XYZ4.774.481.1-
YUV58.03104.28143.67-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 52.98%
GREEN value IS 55 (21.88% from 255) = 36.42%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=52.98%
G=36.42%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80551600.310.800.6936.5666.6718.82
Hex50371001F5045254313
Octal12067200371201054510323
Binary10100001101111000001111110100001000101100101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503710; }

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

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

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

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

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

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

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

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