#503911

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

Shades of Clinker #503911

Tints of Clinker #503911

Color information

#503911 (or 0x503911) is unknown color: approx Clinker. HEX triplet: 50, 39 and 11. RGB value is (80,57,17). Sum of RGB (Red+Green+Blue) = 80+57+17=154 (20% of max value = 765). Red value is 80 (31.64% from 255 or 51.95% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 80 - color contains mainly: red. Hex color #503911 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503911 is #AFC6EE. Grayscale: #3B3B3B. Windows color (decimal): -11519727 or 1128784. OLE color: 1128784.

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

Color convert

RGB805717-
CMYK00.290.790.69
HSL38.1º64.95%19.02%-
HSV(B)38.1º78.75%31.37%-
XYZ4.874.671.18-
YUV59.32104.12142.75-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 51.95%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=51.95%
G=37.01%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80571700.290.790.6938.164.9519.02
Hex50391101D4F45264113
Octal12071210351171054610123
Binary10100001110011000101110110011111000101100110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503911; }

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

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

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

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

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

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

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

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