#463220

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

Shades of Clinker #463220

Tints of Clinker #463220

Color information

#463220 (or 0x463220) is unknown color: approx Clinker. HEX triplet: 46, 32 and 20. RGB value is (70,50,32). Sum of RGB (Red+Green+Blue) = 70+50+32=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #463220 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463220 is #B9CDDF. Grayscale: #363636. Windows color (decimal): -12176864 or 2110022. OLE color: 2110022.

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

Color convert

RGB705032-
CMYK00.290.540.73
HSL28.42º37.25%20%-
HSV(B)28.42º54.29%27.45%-
XYZ3.933.691.87-
YUV53.93115.63139.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=46.05%
G=32.89%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70503200.290.540.7328.4237.2520
Hex46322001D36491c2514
Octal106624003566111344524
Binary100011011001010000001110111011010010011110010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463220; }

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

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

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

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

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

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

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

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