#403408

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

Shades of Mikado #403408

Tints of Mikado #403408

Color information

#403408 (or 0x403408) is unknown color: approx Mikado. HEX triplet: 40, 34 and 08. RGB value is (64,52,8). Sum of RGB (Red+Green+Blue) = 64+52+8=124 (16% of max value = 765). Red value is 64 (25.39% from 255 or 51.61% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 8 (3.52% from 255 or 6.45% from 124); Max value from RGB is 64 - color contains mainly: red. Hex color #403408 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403408 is #BFCBF7. Grayscale: #323232. Windows color (decimal): -12569592 or 537664. OLE color: 537664.

HSL color Cylindrical-coordinate representation of color #403408: hue angle of 47.14º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #403408 is Cyan = 0, Magento = 0.19, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB64528-
CMYK00.190.870.75
HSL47.14º77.78%14.12%-
HSV(B)47.14º87.5%25.1%-
XYZ3.393.560.74-
YUV50.57103.98137.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 51.61%
GREEN value IS 52 (20.70% from 255) = 41.94%
BLUE value IS 8 (3.52% from 255) = 6.45%
R=51.61%
G=41.94%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6452800.190.870.7547.1477.7814.12
Hex40348013574B2f4ee
Octal10064100231271135711616
Binary100000011010010000100111010111100101110111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403408; }

 p { color: rgb(64,52,8); }

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

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

 a { background-color: rgb(64,52,8); }

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

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

 span { border-color: rgb(64,52,8); }

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