#463321

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

Shades of Clinker #463321

Tints of Clinker #463321

Color information

#463321 (or 0x463321) is unknown color: approx Clinker. HEX triplet: 46, 33 and 21. RGB value is (70,51,33). Sum of RGB (Red+Green+Blue) = 70+51+33=154 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.45% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 33 (13.28% from 255 or 21.43% from 154); Max value from RGB is 70 - color contains mainly: red. Hex color #463321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463321 is #B9CCDE. Grayscale: #363636. Windows color (decimal): -12176607 or 2175814. OLE color: 2175814.

HSL color Cylindrical-coordinate representation of color #463321: hue angle of 29.19º 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 #463321 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.73.

Color convert

RGB705133-
CMYK00.270.530.73
HSL29.19º35.92%20.2%-
HSV(B)29.19º52.86%27.45%-
XYZ3.983.781.96-
YUV54.63115.79138.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.45%
GREEN value IS 51 (20.31% from 255) = 33.12%
BLUE value IS 33 (13.28% from 255) = 21.43%
R=45.45%
G=33.12%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70513300.270.530.7329.1935.9220.2
Hex46332101B35491d2414
Octal106634103365111354424
Binary100011011001110000101101111010110010011110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463321; }

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

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

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

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

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

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

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

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