#503A13

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

Shades of Clinker #503A13

Tints of Clinker #503A13

Color information

#503A13 (or 0x503A13) is unknown color: approx Clinker. HEX triplet: 50, 3A and 13. RGB value is (80,58,19). Sum of RGB (Red+Green+Blue) = 80+58+19=157 (20% of max value = 765). Red value is 80 (31.64% from 255 or 50.96% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 80 - color contains mainly: red. Hex color #503A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #503A13 is #AFC5EC. Grayscale: #3C3C3C. Windows color (decimal): -11519469 or 1260112. OLE color: 1260112.

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

Color convert

RGB805819-
CMYK00.280.760.69
HSL38.36º61.62%19.41%-
HSV(B)38.36º76.25%31.37%-
XYZ4.944.781.28-
YUV60.13104.79142.17-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 50.96%
GREEN value IS 58 (23.05% from 255) = 36.94%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=50.96%
G=36.94%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80581900.280.760.6938.3661.6219.41
Hex503A1301C4C45263e13
Octal1207223034114105467623
Binary1010000111010100110111001001100100010110011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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