#46341D

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

Shades of Clinker #46341D

Tints of Clinker #46341D

Color information

#46341D (or 0x46341D) is unknown color: approx Clinker. HEX triplet: 46, 34 and 1D. RGB value is (70,52,29). Sum of RGB (Red+Green+Blue) = 70+52+29=151 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.36% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 70 - color contains mainly: red. Hex color #46341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46341D is #B9CBE2. Grayscale: #363636. Windows color (decimal): -12176355 or 1913926. OLE color: 1913926.

HSL color Cylindrical-coordinate representation of color #46341D: hue angle of 33.66º 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 #46341D is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB705229-
CMYK00.260.590.73
HSL33.66º41.41%19.41%-
HSV(B)33.66º58.57%27.45%-
XYZ3.983.851.7-
YUV54.76113.46138.87-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.36%
GREEN value IS 52 (20.70% from 255) = 34.44%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=46.36%
G=34.44%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70522900.260.590.7333.6641.4119.41
Hex46341D01A3B49222913
Octal106643503273111425123
Binary100011011010011101011010111011100100110001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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