#523D1B

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

Shades of Clinker #523D1B

Tints of Clinker #523D1B

Color information

#523D1B (or 0x523D1B) is unknown color: approx Clinker. HEX triplet: 52, 3D and 1B. RGB value is (82,61,27). Sum of RGB (Red+Green+Blue) = 82+61+27=170 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.24% from 170); Green value is 61 (24.22% from 255 or 35.88% from 170); Blue value is 27 (10.94% from 255 or 15.88% from 170); Max value from RGB is 82 - color contains mainly: red. Hex color #523D1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D1B is #ADC2E4. Grayscale: #3F3F3F. Windows color (decimal): -11387621 or 1785170. OLE color: 1785170.

HSL color Cylindrical-coordinate representation of color #523D1B: hue angle of 37.09º 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 #523D1B is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB826127-
CMYK00.260.670.68
HSL37.09º50.46%21.37%-
HSV(B)37.09º67.07%32.16%-
XYZ5.355.211.76-
YUV63.4107.46141.26-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 48.24%
GREEN value IS 61 (24.22% from 255) = 35.88%
BLUE value IS 27 (10.94% from 255) = 15.88%
R=48.24%
G=35.88%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.67
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82612700.260.670.6837.0950.4621.37
Hex523D1B01A4344253215
Octal1227533032103104456225
Binary1010010111101110110110101000011100010010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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