#463111

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

Shades of Clinker #463111

Tints of Clinker #463111

Color information

#463111 (or 0x463111) is unknown color: approx Clinker. HEX triplet: 46, 31 and 11. RGB value is (70,49,17). Sum of RGB (Red+Green+Blue) = 70+49+17=136 (18% of max value = 765). Red value is 70 (27.73% from 255 or 51.47% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 17 (7.03% from 255 or 12.5% from 136); Max value from RGB is 70 - color contains mainly: red. Hex color #463111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463111 is #B9CEEE. Grayscale: #333333. Windows color (decimal): -12177135 or 1126726. OLE color: 1126726.

HSL color Cylindrical-coordinate representation of color #463111: hue angle of 36.23º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #463111 is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.73.

Color convert

RGB704917-
CMYK00.300.760.73
HSL36.23º60.92%17.06%-
HSV(B)36.23º75.71%27.45%-
XYZ3.733.541.02-
YUV51.63108.46141.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 51.47%
GREEN value IS 49 (19.53% from 255) = 36.03%
BLUE value IS 17 (7.03% from 255) = 12.5%
R=51.47%
G=36.03%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70491700.300.760.7336.2360.9217.06
Hex46311101E4C49243d11
Octal1066121036114111447521
Binary1000110110001100010111101001100100100110010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463111; }

 p { color: rgb(70,49,17); }

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

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

 a { background-color: rgb(70,49,17); }

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

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

 span { border-color: rgb(70,49,17); }

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