#523915

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

Shades of Clinker #523915

Tints of Clinker #523915

Color information

#523915 (or 0x523915) is unknown color: approx Clinker. HEX triplet: 52, 39 and 15. RGB value is (82,57,21). Sum of RGB (Red+Green+Blue) = 82+57+21=160 (21% of max value = 765). Red value is 82 (32.42% from 255 or 51.25% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 82 - color contains mainly: red. Hex color #523915 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523915 is #ADC6EA. Grayscale: #3C3C3C. Windows color (decimal): -11388651 or 1390930. OLE color: 1390930.

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

Color convert

RGB825721-
CMYK00.300.740.68
HSL35.41º59.22%20.2%-
HSV(B)35.41º74.39%32.16%-
XYZ5.084.771.36-
YUV60.37105.78143.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 51.25%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=51.25%
G=35.62%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.74
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82572100.300.740.6835.4159.2220.2
Hex52391501E4A44233b14
Octal1227125036112104437324
Binary1010010111001101010111101001010100010010001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523915; }

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

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

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

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

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

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

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

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