#503816

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

Shades of Clinker #503816

Tints of Clinker #503816

Color information

#503816 (or 0x503816) is unknown color: approx Clinker. HEX triplet: 50, 38 and 16. RGB value is (80,56,22). Sum of RGB (Red+Green+Blue) = 80+56+22=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 22 (8.98% from 255 or 13.92% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #503816 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503816 is #AFC7E9. Grayscale: #3B3B3B. Windows color (decimal): -11519978 or 1456208. OLE color: 1456208.

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

Color convert

RGB805622-
CMYK00.300.720.69
HSL35.17º56.86%20%-
HSV(B)35.17º72.5%31.37%-
XYZ4.874.591.39-
YUV59.3106.95142.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 22 (8.98% from 255) = 13.92%
R=50.63%
G=35.44%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80562200.300.720.6935.1756.8620
Hex50381601E4845233914
Octal1207026036110105437124
Binary1010000111000101100111101001000100010110001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503816; }

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

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

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

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

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

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

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

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