#46351A

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

Shades of Clinker #46351A

Tints of Clinker #46351A

Color information

#46351A (or 0x46351A) is unknown color: approx Clinker. HEX triplet: 46, 35 and 1A. RGB value is (70,53,26). Sum of RGB (Red+Green+Blue) = 70+53+26=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 53 (21.09% from 255 or 35.57% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #46351A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46351A is #B9CAE5. Grayscale: #373737. Windows color (decimal): -12176102 or 1717574. OLE color: 1717574.

HSL color Cylindrical-coordinate representation of color #46351A: hue angle of 36.82º 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 #46351A is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB705326-
CMYK00.240.630.73
HSL36.82º45.83%18.82%-
HSV(B)36.82º62.86%27.45%-
XYZ3.993.921.52-
YUV55111.63138.7-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 53 (21.09% from 255) = 35.57%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=46.98%
G=35.57%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70532600.240.630.7336.8245.8318.82
Hex46351A0183F49252e13
Octal106653203077111455623
Binary100011011010111010011000111111100100110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46351A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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