#46301A

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

Shades of Clinker #46301A

Tints of Clinker #46301A

Color information

#46301A (or 0x46301A) is unknown color: approx Clinker. HEX triplet: 46, 30 and 1A. RGB value is (70,48,26). Sum of RGB (Red+Green+Blue) = 70+48+26=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #46301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46301A is #B9CFE5. Grayscale: #343434. Windows color (decimal): -12177382 or 1716294. OLE color: 1716294.

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

Color convert

RGB704826-
CMYK00.310.630.73
HSL30º45.83%18.82%-
HSV(B)30º62.86%27.45%-
XYZ3.773.491.45-
YUV52.07113.29140.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=48.61%
G=33.33%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70482600.310.630.733045.8318.82
Hex46301A01F3F491e2e13
Octal106603203777111365623
Binary10001101100001101001111111111110010011111010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46301A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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