#503A19

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

Shades of Clinker #503A19

Tints of Clinker #503A19

Color information

#503A19 (or 0x503A19) is unknown color: approx Clinker. HEX triplet: 50, 3A and 19. RGB value is (80,58,25). Sum of RGB (Red+Green+Blue) = 80+58+25=163 (21% of max value = 765). Red value is 80 (31.64% from 255 or 49.08% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 25 (10.16% from 255 or 15.34% from 163); Max value from RGB is 80 - color contains mainly: red. Hex color #503A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A19 is #AFC5E6. Grayscale: #3C3C3C. Windows color (decimal): -11519463 or 1653328. OLE color: 1653328.

HSL color Cylindrical-coordinate representation of color #503A19: hue angle of 36º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #503A19 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.69.

Color convert

RGB805825-
CMYK00.280.690.69
HSL36º52.38%20.59%-
HSV(B)36º68.75%31.37%-
XYZ54.81.58-
YUV60.82107.79141.68-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 49.08%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 25 (10.16% from 255) = 15.34%
R=49.08%
G=35.58%
B=15.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80582500.280.690.693652.3820.59
Hex503A1901C4545243415
Octal1207231034105105446425
Binary1010000111010110010111001000101100010110010011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,58,25); }

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

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

 a { background-color: rgb(80,58,25); }

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

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

 span { border-color: rgb(80,58,25); }

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