#513C21

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

Shades of Clinker #513C21

Tints of Clinker #513C21

Color information

#513C21 (or 0x513C21) is unknown color: approx Clinker. HEX triplet: 51, 3C and 21. RGB value is (81,60,33). Sum of RGB (Red+Green+Blue) = 81+60+33=174 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.55% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 33 (13.28% from 255 or 18.97% from 174); Max value from RGB is 81 - color contains mainly: red. Hex color #513C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513C21 is #AEC3DE. Grayscale: #3F3F3F. Windows color (decimal): -11453407 or 2178129. OLE color: 2178129.

HSL color Cylindrical-coordinate representation of color #513C21: hue angle of 33.75º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #513C21 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.68.

Color convert

RGB816033-
CMYK00.260.590.68
HSL33.75º42.11%22.35%-
HSV(B)33.75º59.26%31.76%-
XYZ5.285.092.14-
YUV63.2110.96140.7-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 46.55%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 33 (13.28% from 255) = 18.97%
R=46.55%
G=34.48%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81603300.260.590.6833.7542.1122.35
Hex513C2101A3B44222a16
Octal121744103273104425226
Binary1010001111100100001011010111011100010010001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513C21; }

 p { color: rgb(81,60,33); }

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

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

 a { background-color: rgb(81,60,33); }

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

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

 span { border-color: rgb(81,60,33); }

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