#46361C

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

Shades of Clinker #46361C

Tints of Clinker #46361C

Color information

#46361C (or 0x46361C) is unknown color: approx Clinker. HEX triplet: 46, 36 and 1C. RGB value is (70,54,28). Sum of RGB (Red+Green+Blue) = 70+54+28=152 (20% of max value = 765). Red value is 70 (27.73% from 255 or 46.05% from 152); Green value is 54 (21.48% from 255 or 35.53% from 152); Blue value is 28 (11.33% from 255 or 18.42% from 152); Max value from RGB is 70 - color contains mainly: red. Hex color #46361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46361C is #B9C9E3. Grayscale: #373737. Windows color (decimal): -12175844 or 1848902. OLE color: 1848902.

HSL color Cylindrical-coordinate representation of color #46361C: hue angle of 37.14º degrees, saturation: 0.43, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #46361C is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.73.

Color convert

RGB705428-
CMYK00.230.600.73
HSL37.14º42.86%19.22%-
HSV(B)37.14º60%27.45%-
XYZ4.054.021.66-
YUV55.82112.3138.11-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.05%
GREEN value IS 54 (21.48% from 255) = 35.53%
BLUE value IS 28 (11.33% from 255) = 18.42%
R=46.05%
G=35.53%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70542800.230.600.7337.1442.8619.22
Hex46361C0173C49252b13
Octal106663402774111455323
Binary100011011011011100010111111100100100110010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,54,28); }

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

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

 a { background-color: rgb(70,54,28); }

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

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

 span { border-color: rgb(70,54,28); }

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