#503716

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

Shades of Clinker #503716

Tints of Clinker #503716

Color information

#503716 (or 0x503716) is unknown color: approx Clinker. HEX triplet: 50, 37 and 16. RGB value is (80,55,22). Sum of RGB (Red+Green+Blue) = 80+55+22=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 55 (21.88% from 255 or 35.03% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #503716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503716 is #AFC8E9. Grayscale: #3A3A3A. Windows color (decimal): -11520234 or 1455952. OLE color: 1455952.

HSL color Cylindrical-coordinate representation of color #503716: hue angle of 34.14º degrees, saturation: 0.57, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #503716 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.69.

Color convert

RGB805522-
CMYK00.310.720.69
HSL34.14º56.86%20%-
HSV(B)34.14º72.5%31.37%-
XYZ4.824.51.37-
YUV58.71107.28143.18-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 55 (21.88% from 255) = 35.03%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=50.96%
G=35.03%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80552200.310.720.6934.1456.8620
Hex50371601F4845223914
Octal1206726037110105427124
Binary1010000110111101100111111001000100010110001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503716; }

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

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

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

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

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

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

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

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