#403519

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

Shades of Mikado #403519

Tints of Mikado #403519

Color information

#403519 (or 0x403519) is unknown color: approx Mikado. HEX triplet: 40, 35 and 19. RGB value is (64,53,25). Sum of RGB (Red+Green+Blue) = 64+53+25=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 53 (21.09% from 255 or 37.32% from 142); Blue value is 25 (10.16% from 255 or 17.61% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #403519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403519 is #BFCAE6. Grayscale: #353535. Windows color (decimal): -12569319 or 1652032. OLE color: 1652032.

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

Color convert

RGB645325-
CMYK00.170.610.75
HSL43.08º43.82%17.45%-
HSV(B)43.08º60.94%25.1%-
XYZ3.563.711.45-
YUV53.1112.14135.78-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 53 (21.09% from 255) = 37.32%
BLUE value IS 25 (10.16% from 255) = 17.61%
R=45.07%
G=37.32%
B=17.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64532500.170.610.7543.0843.8217.45
Hex4035190113D4B2b2c11
Octal100653102175113535421
Binary100000011010111001010001111101100101110101110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403519; }

 p { color: rgb(64,53,25); }

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

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

 a { background-color: rgb(64,53,25); }

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

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

 span { border-color: rgb(64,53,25); }

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