#503B18

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

Shades of Clinker #503B18

Tints of Clinker #503B18

Color information

#503B18 (or 0x503B18) is unknown color: approx Clinker. HEX triplet: 50, 3B and 18. RGB value is (80,59,24). Sum of RGB (Red+Green+Blue) = 80+59+24=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 59 (23.44% from 255 or 36.20% from 163); Blue value is 24 (9.77% from 255 or 14.72% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #503B18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503B18 is #AFC4E7. Grayscale: #3D3D3D. Windows color (decimal): -11519208 or 1588048. OLE color: 1588048.

HSL color Cylindrical-coordinate representation of color #503B18: hue angle of 37.5º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503B18 is Cyan = 0, Magento = 0.26, Yellow = 0.70 and Black (K on CMYK) = 0.69.

Color convert

RGB805924-
CMYK00.260.700.69
HSL37.5º53.85%20.39%-
HSV(B)37.5º70%31.37%-
XYZ5.044.91.54-
YUV61.29106.96141.35-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 59 (23.44% from 255) = 36.20%
BLUE value IS 24 (9.77% from 255) = 14.72%
R=49.08%
G=36.20%
B=14.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80592400.260.700.6937.553.8520.39
Hex503B1801A4645263614
Octal1207330032106105466624
Binary1010000111011110000110101000110100010110011011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503B18; }

 p { color: rgb(80,59,24); }

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

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

 a { background-color: rgb(80,59,24); }

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

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

 span { border-color: rgb(80,59,24); }

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