#503C1F

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

Shades of Clinker #503C1F

Tints of Clinker #503C1F

Color information

#503C1F (or 0x503C1F) is unknown color: approx Clinker. HEX triplet: 50, 3C and 1F. RGB value is (80,60,31). Sum of RGB (Red+Green+Blue) = 80+60+31=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #503C1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503C1F is #AFC3E0. Grayscale: #3E3E3E. Windows color (decimal): -11518945 or 2047056. OLE color: 2047056.

HSL color Cylindrical-coordinate representation of color #503C1F: hue angle of 35.51º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #503C1F is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.69.

Color convert

RGB806031-
CMYK00.250.610.69
HSL35.51º44.14%21.76%-
HSV(B)35.51º61.25%31.37%-
XYZ5.175.042-
YUV62.67110.13140.36-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 60 (23.83% from 255) = 35.09%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=46.78%
G=35.09%
B=18.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80603100.250.610.6935.5144.1421.76
Hex503C1F0193D45242c16
Octal120743703175105445426
Binary101000011110011111011001111101100010110010010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(80,60,31); }

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

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

 a { background-color: rgb(80,60,31); }

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

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

 span { border-color: rgb(80,60,31); }

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