#523C20

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

Shades of Clinker #523C20

Tints of Clinker #523C20

Color information

#523C20 (or 0x523C20) is unknown color: approx Clinker. HEX triplet: 52, 3C and 20. RGB value is (82,60,32). Sum of RGB (Red+Green+Blue) = 82+60+32=174 (23% of max value = 765). Red value is 82 (32.42% from 255 or 47.13% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 32 (12.89% from 255 or 18.39% from 174); Max value from RGB is 82 - color contains mainly: red. Hex color #523C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C20 is #ADC3DF. Grayscale: #3F3F3F. Windows color (decimal): -11387872 or 2112594. OLE color: 2112594.

HSL color Cylindrical-coordinate representation of color #523C20: hue angle of 33.6º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #523C20 is Cyan = 0, Magento = 0.27, Yellow = 0.61 and Black (K on CMYK) = 0.68.

Color convert

RGB826032-
CMYK00.270.610.68
HSL33.6º43.86%22.35%-
HSV(B)33.6º60.98%32.16%-
XYZ5.365.132.07-
YUV63.39110.29141.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.13%
GREEN value IS 60 (23.83% from 255) = 34.48%
BLUE value IS 32 (12.89% from 255) = 18.39%
R=47.13%
G=34.48%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.61
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82603200.270.610.6833.643.8622.35
Hex523C2001B3D44222c16
Octal122744003375104425426
Binary1010010111100100000011011111101100010010001010110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523C20; }

 p { color: rgb(82,60,32); }

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

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

 a { background-color: rgb(82,60,32); }

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

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

 span { border-color: rgb(82,60,32); }

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