#463520

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

Shades of Clinker #463520

Tints of Clinker #463520

Color information

#463520 (or 0x463520) is unknown color: approx Clinker. HEX triplet: 46, 35 and 20. RGB value is (70,53,32). Sum of RGB (Red+Green+Blue) = 70+53+32=155 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.16% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 32 (12.89% from 255 or 20.65% from 155); Max value from RGB is 70 - color contains mainly: red. Hex color #463520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463520 is #B9CADF. Grayscale: #373737. Windows color (decimal): -12176096 or 2110790. OLE color: 2110790.

HSL color Cylindrical-coordinate representation of color #463520: hue angle of 33.16º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #463520 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB705332-
CMYK00.240.540.73
HSL33.16º37.25%20%-
HSV(B)33.16º54.29%27.45%-
XYZ4.063.951.92-
YUV55.69114.63138.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.16%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 32 (12.89% from 255) = 20.65%
R=45.16%
G=34.19%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70533200.240.540.7333.1637.2520
Hex4635200183649212514
Octal106654003066111414524
Binary1000110110101100000011000110110100100110000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463520; }

 p { color: rgb(70,53,32); }

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

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

 a { background-color: rgb(70,53,32); }

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

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

 span { border-color: rgb(70,53,32); }

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