#403413

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

Shades of Mikado #403413

Tints of Mikado #403413

Color information

#403413 (or 0x403413) is unknown color: approx Mikado. HEX triplet: 40, 34 and 13. RGB value is (64,52,19). Sum of RGB (Red+Green+Blue) = 64+52+19=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 52 (20.70% from 255 or 38.52% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 64 - color contains mainly: red. Hex color #403413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403413 is #BFCBEC. Grayscale: #333333. Windows color (decimal): -12569581 or 1258560. OLE color: 1258560.

HSL color Cylindrical-coordinate representation of color #403413: hue angle of 44º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403413 is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB645219-
CMYK00.190.700.75
HSL44º54.22%16.27%-
HSV(B)44º70.31%25.1%-
XYZ3.463.591.13-
YUV51.83109.48136.68-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 47.41%
GREEN value IS 52 (20.70% from 255) = 38.52%
BLUE value IS 19 (7.81% from 255) = 14.07%
R=47.41%
G=38.52%
B=14.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64521900.190.700.754454.2216.27
Hex403413013464B2c3610
Octal1006423023106113546620
Binary1000000110100100110100111000110100101110110011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403413; }

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

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

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

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

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

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

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

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