#46311F

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

Shades of Clinker #46311F

Tints of Clinker #46311F

Color information

#46311F (or 0x46311F) is unknown color: approx Clinker. HEX triplet: 46, 31 and 1F. RGB value is (70,49,31). Sum of RGB (Red+Green+Blue) = 70+49+31=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #46311F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46311F is #B9CEE0. Grayscale: #353535. Windows color (decimal): -12177121 or 2044230. OLE color: 2044230.

HSL color Cylindrical-coordinate representation of color #46311F: hue angle of 27.69º degrees, saturation: 0.39, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #46311F is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.73.

Color convert

RGB704931-
CMYK00.300.560.73
HSL27.69º38.61%19.8%-
HSV(B)27.69º55.71%27.45%-
XYZ3.873.61.79-
YUV53.23115.46139.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=46.67%
G=32.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70493100.300.560.7327.6938.6119.8
Hex46311F01E38491c2714
Octal106613703670111344724
Binary10001101100011111101111011100010010011110010011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46311F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46311F; }

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

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

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

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

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

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

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

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