#463405

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

Shades of Mikado #463405

Tints of Mikado #463405

Color information

#463405 (or 0x463405) is unknown color: approx Mikado. HEX triplet: 46, 34 and 05. RGB value is (70,52,5). Sum of RGB (Red+Green+Blue) = 70+52+5=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #463405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463405 is #B9CBFA. Grayscale: #343434. Windows color (decimal): -12176379 or 341062. OLE color: 341062.

HSL color Cylindrical-coordinate representation of color #463405: hue angle of 43.38º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #463405 is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB70525-
CMYK00.260.930.73
HSL43.38º86.67%14.71%-
HSV(B)43.38º92.86%27.45%-
XYZ3.783.770.67-
YUV52.02101.46140.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.12%
GREEN value IS 52 (20.70% from 255) = 40.94%
BLUE value IS 5 (2.34% from 255) = 3.94%
R=55.12%
G=40.94%
B=3.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.93
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7052500.260.930.7343.3886.6714.71
Hex4634501A5D492b57f
Octal1066450321351115312717
Binary10001101101001010110101011101100100110101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463405; }

 p { color: rgb(70,52,5); }

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

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

 a { background-color: rgb(70,52,5); }

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

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

 span { border-color: rgb(70,52,5); }

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