#463521

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

Shades of Clinker #463521

Tints of Clinker #463521

Color information

#463521 (or 0x463521) is unknown color: approx Clinker. HEX triplet: 46, 35 and 21. RGB value is (70,53,33). Sum of RGB (Red+Green+Blue) = 70+53+33=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 53 (21.09% from 255 or 33.97% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 70 - color contains mainly: red. Hex color #463521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463521 is #B9CADE. Grayscale: #373737. Windows color (decimal): -12176095 or 2176326. OLE color: 2176326.

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

Color convert

RGB705333-
CMYK00.240.530.73
HSL32.43º35.92%20.2%-
HSV(B)32.43º52.86%27.45%-
XYZ4.073.961.99-
YUV55.8115.13138.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 44.87%
GREEN value IS 53 (21.09% from 255) = 33.97%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=44.87%
G=33.97%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70533300.240.530.7332.4335.9220.2
Hex4635210183549202414
Octal106654103065111404424
Binary1000110110101100001011000110101100100110000010010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463521; }

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

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

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

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

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

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

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

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