#523C1B

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

Shades of Clinker #523C1B

Tints of Clinker #523C1B

Color information

#523C1B (or 0x523C1B) is unknown color: approx Clinker. HEX triplet: 52, 3C and 1B. RGB value is (82,60,27). Sum of RGB (Red+Green+Blue) = 82+60+27=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 60 (23.83% from 255 or 35.50% from 169); Blue value is 27 (10.94% from 255 or 15.98% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #523C1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523C1B is #ADC3E4. Grayscale: #3E3E3E. Windows color (decimal): -11387877 or 1784914. OLE color: 1784914.

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

Color convert

RGB826027-
CMYK00.270.670.68
HSL36º50.46%21.37%-
HSV(B)36º67.07%32.16%-
XYZ5.295.11.74-
YUV62.82107.79141.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.52%
GREEN value IS 60 (23.83% from 255) = 35.50%
BLUE value IS 27 (10.94% from 255) = 15.98%
R=48.52%
G=35.50%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82602700.270.670.683650.4621.37
Hex523C1B01B4344243215
Octal1227433033103104446225
Binary1010010111100110110110111000011100010010010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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