#403410

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

Shades of Mikado #403410

Tints of Mikado #403410

Color information

#403410 (or 0x403410) is unknown color: approx Mikado. HEX triplet: 40, 34 and 10. RGB value is (64,52,16). Sum of RGB (Red+Green+Blue) = 64+52+16=132 (17% of max value = 765). Red value is 64 (25.39% from 255 or 48.48% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 16 (6.64% from 255 or 12.12% from 132); Max value from RGB is 64 - color contains mainly: red. Hex color #403410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403410 is #BFCBEF. Grayscale: #333333. Windows color (decimal): -12569584 or 1061952. OLE color: 1061952.

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

Color convert

RGB645216-
CMYK00.190.750.75
HSL45º60%15.69%-
HSV(B)45º75%25.1%-
XYZ3.443.581-
YUV51.48107.98136.93-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 48.48%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 16 (6.64% from 255) = 12.12%
R=48.48%
G=39.39%
B=12.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64521600.190.750.75456015.69
Hex4034100134B4B2d3c10
Octal1006420023113113557420
Binary1000000110100100000100111001011100101110110111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403410; }

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

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

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

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

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

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

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

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