#463008

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

Shades of Mikado #463008

Tints of Mikado #463008

Color information

#463008 (or 0x463008) is unknown color: approx Mikado. HEX triplet: 46, 30 and 08. RGB value is (70,48,8). Sum of RGB (Red+Green+Blue) = 70+48+8=126 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.56% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 70 - color contains mainly: red. Hex color #463008 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #463008 is #B9CFF7. Grayscale: #323232. Windows color (decimal): -12177400 or 536646. OLE color: 536646.

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

Color convert

RGB70488-
CMYK00.310.890.73
HSL38.71º79.49%15.29%-
HSV(B)38.71º88.57%27.45%-
XYZ3.633.430.7-
YUV50.02104.29142.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 55.56%
GREEN value IS 48 (19.14% from 255) = 38.10%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=55.56%
G=38.10%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal7048800.310.890.7338.7179.4915.29
Hex4630801F5949274ff
Octal10660100371311114711717
Binary100011011000010000111111011001100100110011110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #463008

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #463008; }

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

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

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

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

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

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

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

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