#503915

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

Shades of Clinker #503915

Tints of Clinker #503915

Color information

#503915 (or 0x503915) is unknown color: approx Clinker. HEX triplet: 50, 39 and 15. RGB value is (80,57,21). Sum of RGB (Red+Green+Blue) = 80+57+21=158 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.63% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 80 - color contains mainly: red. Hex color #503915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503915 is #AFC6EA. Grayscale: #3B3B3B. Windows color (decimal): -11519723 or 1390928. OLE color: 1390928.

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

Color convert

RGB805721-
CMYK00.290.740.69
HSL36.61º58.42%19.8%-
HSV(B)36.61º73.75%31.37%-
XYZ4.914.691.36-
YUV59.77106.12142.43-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.63%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=50.63%
G=36.08%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80572100.290.740.6936.6158.4219.8
Hex50391501D4A45253a14
Octal1207125035112105457224
Binary1010000111001101010111011001010100010110010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503915; }

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

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

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

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

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

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

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

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