#463208

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

Shades of Mikado #463208

Tints of Mikado #463208

Color information

#463208 (or 0x463208) is unknown color: approx Mikado. HEX triplet: 46, 32 and 08. RGB value is (70,50,8). Sum of RGB (Red+Green+Blue) = 70+50+8=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 50 (19.92% from 255 or 39.06% from 128); Blue value is 8 (3.52% from 255 or 6.25% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #463208 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463208 is #B9CDF7. Grayscale: #333333. Windows color (decimal): -12176888 or 537158. OLE color: 537158.

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

Color convert

RGB70508-
CMYK00.290.890.73
HSL40.65º79.49%15.29%-
HSV(B)40.65º88.57%27.45%-
XYZ3.713.60.73-
YUV51.19103.63141.42-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 54.69%
GREEN value IS 50 (19.92% from 255) = 39.06%
BLUE value IS 8 (3.52% from 255) = 6.25%
R=54.69%
G=39.06%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7050800.290.890.7340.6579.4915.29
Hex4632801D5949294ff
Octal10662100351311115111717
Binary100011011001010000111011011001100100110100110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463208; }

 p { color: rgb(70,50,8); }

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

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

 a { background-color: rgb(70,50,8); }

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

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

 span { border-color: rgb(70,50,8); }

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