#403501

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

Shades of Mikado #403501

Tints of Mikado #403501

Color information

#403501 (or 0x403501) is unknown color: approx Mikado. HEX triplet: 40, 35 and 01. RGB value is (64,53,1). Sum of RGB (Red+Green+Blue) = 64+53+1=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 1 (0.78% from 255 or 0.85% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #403501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403501 is #BFCAFE. Grayscale: #323232. Windows color (decimal): -12569343 or 79168. OLE color: 79168.

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

Color convert

RGB64531-
CMYK00.170.980.75
HSL49.52º96.92%12.75%-
HSV(B)49.52º98.44%25.1%-
XYZ3.393.640.55-
YUV50.36100.14137.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 1 (0.78% from 255) = 0.85%
R=54.24%
G=44.92%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6453100.170.980.7549.5296.9212.75
Hex40351011624B3261d
Octal1006510211421136214115
Binary100000011010110100011100010100101111001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403501; }

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

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

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

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

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

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

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

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