#403505

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

Shades of Mikado #403505

Tints of Mikado #403505

Color information

#403505 (or 0x403505) is unknown color: approx Mikado. HEX triplet: 40, 35 and 05. RGB value is (64,53,5). Sum of RGB (Red+Green+Blue) = 64+53+5=122 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.46% from 122); Green value is 53 (21.09% from 255 or 43.44% from 122); Blue value is 5 (2.34% from 255 or 4.10% from 122); Max value from RGB is 64 - color contains mainly: red. Hex color #403505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403505 is #BFCAFA. Grayscale: #333333. Windows color (decimal): -12569339 or 341312. OLE color: 341312.

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

Color convert

RGB64535-
CMYK00.170.920.75
HSL48.81º85.51%13.53%-
HSV(B)48.81º92.19%25.1%-
XYZ3.413.650.67-
YUV50.82102.14137.4-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.46%
GREEN value IS 53 (21.09% from 255) = 43.44%
BLUE value IS 5 (2.34% from 255) = 4.10%
R=52.46%
G=43.44%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6453500.170.920.7548.8185.5113.53
Hex403550115C4B3156e
Octal1006550211341136112616
Binary10000001101011010100011011100100101111000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403505; }

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

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

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

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

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

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

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

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