#463826

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

Shades of Clinker #463826

Tints of Clinker #463826

Color information

#463826 (or 0x463826) is unknown color: approx Clinker. HEX triplet: 46, 38 and 26. RGB value is (70,56,38). Sum of RGB (Red+Green+Blue) = 70+56+38=164 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.68% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 38 (15.23% from 255 or 23.17% from 164); Max value from RGB is 70 - color contains mainly: red. Hex color #463826 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463826 is #B9C7D9. Grayscale: #3A3A3A. Windows color (decimal): -12175322 or 2504774. OLE color: 2504774.

HSL color Cylindrical-coordinate representation of color #463826: hue angle of 33.75º 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 #463826 is Cyan = 0, Magento = 0.20, Yellow = 0.46 and Black (K on CMYK) = 0.73.

Color convert

RGB705638-
CMYK00.200.460.73
HSL33.75º29.63%21.18%-
HSV(B)33.75º45.71%27.45%-
XYZ4.294.272.43-
YUV58.13116.64136.46-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 42.68%
GREEN value IS 56 (22.27% from 255) = 34.15%
BLUE value IS 38 (15.23% from 255) = 23.17%
R=42.68%
G=34.15%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70563800.200.460.7333.7529.6321.18
Hex4638260142E49221e15
Octal106704602456111423625
Binary100011011100010011001010010111010010011000101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463826; }

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

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

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

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

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

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

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

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