#463614

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

Shades of Mikado #463614

Tints of Mikado #463614

Color information

#463614 (or 0x463614) is unknown color: approx Mikado. HEX triplet: 46, 36 and 14. RGB value is (70,54,20). Sum of RGB (Red+Green+Blue) = 70+54+20=144 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.61% from 144); Green value is 54 (21.48% from 255 or 37.5% from 144); Blue value is 20 (8.20% from 255 or 13.89% from 144); Max value from RGB is 70 - color contains mainly: red. Hex color #463614 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463614 is #B9C9EB. Grayscale: #373737. Windows color (decimal): -12175852 or 1324614. OLE color: 1324614.

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

Color convert

RGB705420-
CMYK00.230.710.73
HSL40.8º55.56%17.65%-
HSV(B)40.8º71.43%27.45%-
XYZ3.973.991.22-
YUV54.91108.3138.76-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 48.61%
GREEN value IS 54 (21.48% from 255) = 37.5%
BLUE value IS 20 (8.20% from 255) = 13.89%
R=48.61%
G=37.5%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.71
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal70542000.230.710.7340.855.5617.65
Hex4636140174749293812
Octal1066624027107111517022
Binary1000110110110101000101111000111100100110100111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463614; }

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

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

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

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

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

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

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

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