#523A19

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

Shades of Clinker #523A19

Tints of Clinker #523A19

Color information

#523A19 (or 0x523A19) is unknown color: approx Clinker. HEX triplet: 52, 3A and 19. RGB value is (82,58,25). Sum of RGB (Red+Green+Blue) = 82+58+25=165 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.70% from 165); Green value is 58 (23.05% from 255 or 35.15% from 165); Blue value is 25 (10.16% from 255 or 15.15% from 165); Max value from RGB is 82 - color contains mainly: red. Hex color #523A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A19 is #ADC5E6. Grayscale: #3D3D3D. Windows color (decimal): -11388391 or 1653330. OLE color: 1653330.

HSL color Cylindrical-coordinate representation of color #523A19: hue angle of 34.74º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #523A19 is Cyan = 0, Magento = 0.29, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB825825-
CMYK00.290.700.68
HSL34.74º53.27%20.98%-
HSV(B)34.74º69.51%32.16%-
XYZ5.174.891.59-
YUV61.41107.45142.68-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 49.70%
GREEN value IS 58 (23.05% from 255) = 35.15%
BLUE value IS 25 (10.16% from 255) = 15.15%
R=49.70%
G=35.15%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82582500.290.700.6834.7453.2720.98
Hex523A1901D4644233515
Octal1227231035106104436525
Binary1010010111010110010111011000110100010010001111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,58,25); }

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

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

 a { background-color: rgb(82,58,25); }

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

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

 span { border-color: rgb(82,58,25); }

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