#523916

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

Shades of Clinker #523916

Tints of Clinker #523916

Color information

#523916 (or 0x523916) is unknown color: approx Clinker. HEX triplet: 52, 39 and 16. RGB value is (82,57,22). Sum of RGB (Red+Green+Blue) = 82+57+22=161 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50.93% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 82 - color contains mainly: red. Hex color #523916 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523916 is #ADC6E9. Grayscale: #3C3C3C. Windows color (decimal): -11388650 or 1456466. OLE color: 1456466.

HSL color Cylindrical-coordinate representation of color #523916: hue angle of 35º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #523916 is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB825722-
CMYK00.300.730.68
HSL35º57.69%20.39%-
HSV(B)35º73.17%32.16%-
XYZ5.094.781.41-
YUV60.48106.28143.35-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 50.93%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=50.93%
G=35.40%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82572200.300.730.683557.6920.39
Hex52391601E4944233a14
Octal1227126036111104437224
Binary1010010111001101100111101001001100010010001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523916; }

 p { color: rgb(82,57,22); }

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

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

 a { background-color: rgb(82,57,22); }

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

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

 span { border-color: rgb(82,57,22); }

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