#523A15

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

Shades of Clinker #523A15

Tints of Clinker #523A15

Color information

#523A15 (or 0x523A15) is unknown color: approx Clinker. HEX triplet: 52, 3A and 15. RGB value is (82,58,21). Sum of RGB (Red+Green+Blue) = 82+58+21=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 58 (23.05% from 255 or 36.02% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #523A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A15 is #ADC5EA. Grayscale: #3D3D3D. Windows color (decimal): -11388395 or 1391186. OLE color: 1391186.

HSL color Cylindrical-coordinate representation of color #523A15: hue angle of 36.39º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #523A15 is Cyan = 0, Magento = 0.29, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB825821-
CMYK00.290.740.68
HSL36.39º59.22%20.2%-
HSV(B)36.39º74.39%32.16%-
XYZ5.134.871.38-
YUV60.96105.45143.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.93%
GREEN value IS 58 (23.05% from 255) = 36.02%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=50.93%
G=36.02%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82582100.290.740.6836.3959.2220.2
Hex523A1501D4A44243b14
Octal1227225035112104447324
Binary1010010111010101010111011001010100010010010011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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