#46361D

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

Shades of Clinker #46361D

Tints of Clinker #46361D

Color information

#46361D (or 0x46361D) is unknown color: approx Clinker. HEX triplet: 46, 36 and 1D. RGB value is (70,54,29). Sum of RGB (Red+Green+Blue) = 70+54+29=153 (20% of max value = 765). Red value is 70 (27.73% from 255 or 45.75% from 153); Green value is 54 (21.48% from 255 or 35.29% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 70 - color contains mainly: red. Hex color #46361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46361D is #B9C9E2. Grayscale: #383838. Windows color (decimal): -12175843 or 1914438. OLE color: 1914438.

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

Color convert

RGB705429-
CMYK00.230.590.73
HSL36.59º41.41%19.41%-
HSV(B)36.59º58.57%27.45%-
XYZ4.074.031.73-
YUV55.93112.8138.03-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 45.75%
GREEN value IS 54 (21.48% from 255) = 35.29%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=45.75%
G=35.29%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70542900.230.590.7336.5941.4119.41
Hex46361D0173B49252913
Octal106663502773111455123
Binary100011011011011101010111111011100100110010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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