#46300C

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

Shades of Clinker #46300C

Tints of Clinker #46300C

Color information

#46300C (or 0x46300C) is unknown color: approx Clinker. HEX triplet: 46, 30 and 0C. RGB value is (70,48,12). Sum of RGB (Red+Green+Blue) = 70+48+12=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #46300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #46300C is #B9CFF3. Grayscale: #323232. Windows color (decimal): -12177396 or 798790. OLE color: 798790.

HSL color Cylindrical-coordinate representation of color #46300C: hue angle of 37.24º degrees, saturation: 0.71, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #46300C is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.73.

Color convert

RGB704812-
CMYK00.310.830.73
HSL37.24º70.73%16.08%-
HSV(B)37.24º82.86%27.45%-
XYZ3.653.440.82-
YUV50.47106.29141.93-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 53.85%
GREEN value IS 48 (19.14% from 255) = 36.92%
BLUE value IS 12 (5.08% from 255) = 9.23%
R=53.85%
G=36.92%
B=9.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70481200.310.830.7337.2470.7316.08
Hex4630C01F5349254710
Octal10660140371231114510720
Binary1000110110000110001111110100111001001100101100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46300C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46300C; }

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

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

<style>
 a { background-color: #46300C; }

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

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

<style>
 span { border-color: #46300C; }

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

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