#403502

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

Shades of Mikado #403502

Tints of Mikado #403502

Color information

#403502 (or 0x403502) is unknown color: approx Mikado. HEX triplet: 40, 35 and 02. RGB value is (64,53,2). Sum of RGB (Red+Green+Blue) = 64+53+2=119 (15% of max value = 765). Red value is 64 (25.39% from 255 or 53.78% from 119); Green value is 53 (21.09% from 255 or 44.54% from 119); Blue value is 2 (1.17% from 255 or 1.68% from 119); Max value from RGB is 64 - color contains mainly: red. Hex color #403502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403502 is #BFCAFD. Grayscale: #323232. Windows color (decimal): -12569342 or 144704. OLE color: 144704.

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

Color convert

RGB64532-
CMYK00.170.970.75
HSL49.35º93.94%12.94%-
HSV(B)49.35º96.88%25.1%-
XYZ3.43.640.58-
YUV50.48100.64137.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 53.78%
GREEN value IS 53 (21.09% from 255) = 44.54%
BLUE value IS 2 (1.17% from 255) = 1.68%
R=53.78%
G=44.54%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6453200.170.970.7549.3593.9412.94
Hex40352011614B315ed
Octal1006520211411136113615
Binary1000000110101100100011100001100101111000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403502; }

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

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

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

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

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

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

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

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