#523A14

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

Shades of Clinker #523A14

Tints of Clinker #523A14

Color information

#523A14 (or 0x523A14) is unknown color: approx Clinker. HEX triplet: 52, 3A and 14. RGB value is (82,58,20). Sum of RGB (Red+Green+Blue) = 82+58+20=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 58 (23.05% from 255 or 36.25% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #523A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523A14 is #ADC5EB. Grayscale: #3D3D3D. Windows color (decimal): -11388396 or 1325650. OLE color: 1325650.

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

Color convert

RGB825820-
CMYK00.290.760.68
HSL36.77º60.78%20%-
HSV(B)36.77º75.61%32.16%-
XYZ5.124.871.33-
YUV60.84104.95143.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 58 (23.05% from 255) = 36.25%
BLUE value IS 20 (8.20% from 255) = 12.5%
R=51.25%
G=36.25%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.76
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82582000.290.760.6836.7760.7820
Hex523A1401D4C44253d14
Octal1227224035114104457524
Binary1010010111010101000111011001100100010010010111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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