#463818

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

Shades of Mikado #463818

Tints of Mikado #463818

Color information

#463818 (or 0x463818) is unknown color: approx Mikado. HEX triplet: 46, 38 and 18. RGB value is (70,56,24). Sum of RGB (Red+Green+Blue) = 70+56+24=150 (19% of max value = 765). Red value is 70 (27.73% from 255 or 46.67% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 24 (9.77% from 255 or 16% from 150); Max value from RGB is 70 - color contains mainly: red. Hex color #463818 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463818 is #B9C7E7. Grayscale: #383838. Windows color (decimal): -12175336 or 1587270. OLE color: 1587270.

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

Color convert

RGB705624-
CMYK00.200.660.73
HSL41.74º48.94%18.43%-
HSV(B)41.74º65.71%27.45%-
XYZ4.14.21.46-
YUV56.54109.64137.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 46.67%
GREEN value IS 56 (22.27% from 255) = 37.33%
BLUE value IS 24 (9.77% from 255) = 16%
R=46.67%
G=37.33%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70562400.200.660.7341.7448.9418.43
Hex46381801442492a3112
Octal1067030024102111526122
Binary1000110111000110000101001000010100100110101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463818; }

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

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

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

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

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

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

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

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