#463726

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

Shades of Clinker #463726

Tints of Clinker #463726

Color information

#463726 (or 0x463726) is unknown color: approx Clinker. HEX triplet: 46, 37 and 26. RGB value is (70,55,38). Sum of RGB (Red+Green+Blue) = 70+55+38=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 55 (21.88% from 255 or 33.74% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 70 - color contains mainly: red. Hex color #463726 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463726 is #B9C8D9. Grayscale: #393939. Windows color (decimal): -12175578 or 2504518. OLE color: 2504518.

HSL color Cylindrical-coordinate representation of color #463726: hue angle of 31.87º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #463726 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB705538-
CMYK00.210.460.73
HSL31.87º29.63%21.18%-
HSV(B)31.87º45.71%27.45%-
XYZ4.244.172.42-
YUV57.55116.97136.88-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.94%
GREEN value IS 55 (21.88% from 255) = 33.74%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=42.94%
G=33.74%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70553800.210.460.7331.8729.6321.18
Hex4637260152E49201e15
Octal106674602556111403625
Binary100011011011110011001010110111010010011000001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463726; }

 p { color: rgb(70,55,38); }

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

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

 a { background-color: rgb(70,55,38); }

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

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

 span { border-color: rgb(70,55,38); }

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