#503A21

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

Shades of Clinker #503A21

Tints of Clinker #503A21

Color information

#503A21 (or 0x503A21) is unknown color: approx Clinker. HEX triplet: 50, 3A and 21. RGB value is (80,58,33). Sum of RGB (Red+Green+Blue) = 80+58+33=171 (22% of max value = 765). Red value is 80 (31.64% from 255 or 46.78% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 80 - color contains mainly: red. Hex color #503A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503A21 is #AFC5DE. Grayscale: #3D3D3D. Windows color (decimal): -11519455 or 2177616. OLE color: 2177616.

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

Color convert

RGB805833-
CMYK00.280.590.69
HSL31.91º41.59%22.16%-
HSV(B)31.91º58.75%31.37%-
XYZ5.14.842.1-
YUV61.73111.79141.03-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 46.78%
GREEN value IS 58 (23.05% from 255) = 33.92%
BLUE value IS 33 (13.28% from 255) = 19.30%
R=46.78%
G=33.92%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80583300.280.590.6931.9141.5922.16
Hex503A2101C3B45202a16
Octal120724103473105405226
Binary1010000111010100001011100111011100010110000010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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