#46311D

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

Shades of Clinker #46311D

Tints of Clinker #46311D

Color information

#46311D (or 0x46311D) is unknown color: approx Clinker. HEX triplet: 46, 31 and 1D. RGB value is (70,49,29). Sum of RGB (Red+Green+Blue) = 70+49+29=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #46311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46311D is #B9CEE2. Grayscale: #353535. Windows color (decimal): -12177123 or 1913158. OLE color: 1913158.

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

Color convert

RGB704929-
CMYK00.300.590.73
HSL29.27º41.41%19.41%-
HSV(B)29.27º58.57%27.45%-
XYZ3.853.591.65-
YUV53114.46140.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.30%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 29 (11.72% from 255) = 19.59%
R=47.30%
G=33.11%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70492900.300.590.7329.2741.4119.41
Hex46311D01E3B491d2913
Octal106613503673111355123
Binary10001101100011110101111011101110010011110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46311D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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