#503921

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

Shades of Clinker #503921

Tints of Clinker #503921

Color information

#503921 (or 0x503921) is unknown color: approx Clinker. HEX triplet: 50, 39 and 21. RGB value is (80,57,33). Sum of RGB (Red+Green+Blue) = 80+57+33=170 (22% of max value = 765). Red value is 80 (31.64% from 255 or 47.06% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 33 (13.28% from 255 or 19.41% from 170); Max value from RGB is 80 - color contains mainly: red. Hex color #503921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #503921 is #AFC6DE. Grayscale: #3D3D3D. Windows color (decimal): -11519711 or 2177360. OLE color: 2177360.

HSL color Cylindrical-coordinate representation of color #503921: hue angle of 30.64º 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 #503921 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.69.

Color convert

RGB805733-
CMYK00.290.590.69
HSL30.64º41.59%22.16%-
HSV(B)30.64º58.75%31.37%-
XYZ5.054.742.09-
YUV61.14112.12141.45-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 47.06%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 33 (13.28% from 255) = 19.41%
R=47.06%
G=33.53%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal80573300.290.590.6930.6441.5922.16
Hex50392101D3B451f2a16
Octal120714103573105375226
Binary101000011100110000101110111101110001011111110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #503921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #503921; }

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

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

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

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

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

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

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

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