#523D1C

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

Shades of Clinker #523D1C

Tints of Clinker #523D1C

Color information

#523D1C (or 0x523D1C) is unknown color: approx Clinker. HEX triplet: 52, 3D and 1C. RGB value is (82,61,28). Sum of RGB (Red+Green+Blue) = 82+61+28=171 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.95% from 171); Green value is 61 (24.22% from 255 or 35.67% from 171); Blue value is 28 (11.33% from 255 or 16.37% from 171); Max value from RGB is 82 - color contains mainly: red. Hex color #523D1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D1C is #ADC2E3. Grayscale: #3F3F3F. Windows color (decimal): -11387620 or 1850706. OLE color: 1850706.

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

Color convert

RGB826128-
CMYK00.260.660.68
HSL36.67º49.09%21.57%-
HSV(B)36.67º65.85%32.16%-
XYZ5.365.221.82-
YUV63.52107.96141.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 47.95%
GREEN value IS 61 (24.22% from 255) = 35.67%
BLUE value IS 28 (11.33% from 255) = 16.37%
R=47.95%
G=35.67%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82612800.260.660.6836.6749.0921.57
Hex523D1C01A4244253116
Octal1227534032102104456126
Binary1010010111101111000110101000010100010010010111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,61,28); }

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

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

 a { background-color: rgb(82,61,28); }

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

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

 span { border-color: rgb(82,61,28); }

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