#46331A

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

Shades of Clinker #46331A

Tints of Clinker #46331A

Color information

#46331A (or 0x46331A) is unknown color: approx Clinker. HEX triplet: 46, 33 and 1A. RGB value is (70,51,26). Sum of RGB (Red+Green+Blue) = 70+51+26=147 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.62% from 147); Green value is 51 (20.31% from 255 or 34.69% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 70 - color contains mainly: red. Hex color #46331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46331A is #B9CCE5. Grayscale: #353535. Windows color (decimal): -12176614 or 1717062. OLE color: 1717062.

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

Color convert

RGB705126-
CMYK00.270.630.73
HSL34.09º45.83%18.82%-
HSV(B)34.09º62.86%27.45%-
XYZ3.93.741.49-
YUV53.83112.29139.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 47.62%
GREEN value IS 51 (20.31% from 255) = 34.69%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=47.62%
G=34.69%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70512600.270.630.7334.0945.8318.82
Hex46331A01B3F49222e13
Octal106633203377111425623
Binary100011011001111010011011111111100100110001010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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