#503914

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

Shades of Clinker #503914

Tints of Clinker #503914

Color information

#503914 (or 0x503914) is unknown color: approx Clinker. HEX triplet: 50, 39 and 14. RGB value is (80,57,20). Sum of RGB (Red+Green+Blue) = 80+57+20=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #503914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503914 is #AFC6EB. Grayscale: #3B3B3B. Windows color (decimal): -11519724 or 1325392. OLE color: 1325392.

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

Color convert

RGB805720-
CMYK00.290.750.69
HSL37º60%19.61%-
HSV(B)37º75%31.37%-
XYZ4.94.681.31-
YUV59.66105.62142.51-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=50.96%
G=36.31%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.75
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80572000.290.750.69376019.61
Hex50391401D4B45253c14
Octal1207124035113105457424
Binary1010000111001101000111011001011100010110010111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503914; }

 p { color: rgb(80,57,20); }

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

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

 a { background-color: rgb(80,57,20); }

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

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

 span { border-color: rgb(80,57,20); }

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