#463718

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

Shades of Mikado #463718

Tints of Mikado #463718

Color information

#463718 (or 0x463718) is unknown color: approx Mikado. HEX triplet: 46, 37 and 18. RGB value is (70,55,24). Sum of RGB (Red+Green+Blue) = 70+55+24=149 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.98% from 149); Green value is 55 (21.88% from 255 or 36.91% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 70 - color contains mainly: red. Hex color #463718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463718 is #B9C8E7. Grayscale: #383838. Windows color (decimal): -12175592 or 1587014. OLE color: 1587014.

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

Color convert

RGB705524-
CMYK00.210.660.73
HSL40.43º48.94%18.43%-
HSV(B)40.43º65.71%27.45%-
XYZ4.064.11.44-
YUV55.95109.97138.02-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.98%
GREEN value IS 55 (21.88% from 255) = 36.91%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=46.98%
G=36.91%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70552400.210.660.7340.4348.9418.43
Hex4637180154249283112
Octal1066730025102111506122
Binary1000110110111110000101011000010100100110100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463718; }

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

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

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

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

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

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

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

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