#46321A

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

Shades of Clinker #46321A

Tints of Clinker #46321A

Color information

#46321A (or 0x46321A) is unknown color: approx Clinker. HEX triplet: 46, 32 and 1A. RGB value is (70,50,26). Sum of RGB (Red+Green+Blue) = 70+50+26=146 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.95% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 70 - color contains mainly: red. Hex color #46321A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46321A is #B9CDE5. Grayscale: #353535. Windows color (decimal): -12176870 or 1716806. OLE color: 1716806.

HSL color Cylindrical-coordinate representation of color #46321A: hue angle of 32.73º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #46321A is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB705026-
CMYK00.290.630.73
HSL32.73º45.83%18.82%-
HSV(B)32.73º62.86%27.45%-
XYZ3.853.661.48-
YUV53.24112.63139.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.95%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=47.95%
G=34.25%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70502600.290.630.7332.7345.8318.82
Hex46321A01D3F49212e13
Octal106623203577111415623
Binary100011011001011010011101111111100100110000110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46321A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46321A; }

 p { color: rgb(70,50,26); }

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

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

 a { background-color: rgb(70,50,26); }

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

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

 span { border-color: rgb(70,50,26); }

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