#523B15

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

Shades of Clinker #523B15

Tints of Clinker #523B15

Color information

#523B15 (or 0x523B15) is unknown color: approx Clinker. HEX triplet: 52, 3B and 15. RGB value is (82,59,21). Sum of RGB (Red+Green+Blue) = 82+59+21=162 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.62% from 162); Green value is 59 (23.44% from 255 or 36.42% from 162); Blue value is 21 (8.59% from 255 or 12.96% from 162); Max value from RGB is 82 - color contains mainly: red. Hex color #523B15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523B15 is #ADC4EA. Grayscale: #3D3D3D. Windows color (decimal): -11388139 or 1391442. OLE color: 1391442.

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

Color convert

RGB825921-
CMYK00.280.740.68
HSL37.38º59.22%20.2%-
HSV(B)37.38º74.39%32.16%-
XYZ5.184.981.4-
YUV61.54105.12142.59-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.62%
GREEN value IS 59 (23.44% from 255) = 36.42%
BLUE value IS 21 (8.59% from 255) = 12.96%
R=50.62%
G=36.42%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82592100.280.740.6837.3859.2220.2
Hex523B1501C4A44253b14
Octal1227325034112104457324
Binary1010010111011101010111001001010100010010010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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