#463320

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

Shades of Clinker #463320

Tints of Clinker #463320

Color information

#463320 (or 0x463320) is unknown color: approx Clinker. HEX triplet: 46, 33 and 20. RGB value is (70,51,32). Sum of RGB (Red+Green+Blue) = 70+51+32=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #463320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463320 is #B9CCDF. Grayscale: #363636. Windows color (decimal): -12176608 or 2110278. OLE color: 2110278.

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

Color convert

RGB705132-
CMYK00.270.540.73
HSL30º37.25%20%-
HSV(B)30º54.29%27.45%-
XYZ3.973.771.89-
YUV54.52115.29139.04-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=45.75%
G=33.33%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70513200.270.540.733037.2520
Hex46332001B36491e2514
Octal106634003366111364524
Binary100011011001110000001101111011010010011111010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463320; }

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

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

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

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

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

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

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

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