#403005

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

Shades of Mikado #403005

Tints of Mikado #403005

Color information

#403005 (or 0x403005) is unknown color: approx Mikado. HEX triplet: 40, 30 and 05. RGB value is (64,48,5). Sum of RGB (Red+Green+Blue) = 64+48+5=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 5 (2.34% from 255 or 4.27% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #403005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403005 is #BFCFFA. Grayscale: #303030. Windows color (decimal): -12570619 or 340032. OLE color: 340032.

HSL color Cylindrical-coordinate representation of color #403005: hue angle of 43.73º 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 #403005 is Cyan = 0, Magento = 0.25, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB64485-
CMYK00.250.920.75
HSL43.73º85.51%13.53%-
HSV(B)43.73º92.19%25.1%-
XYZ3.23.210.6-
YUV47.88103.8139.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 48 (19.14% from 255) = 41.03%
BLUE value IS 5 (2.34% from 255) = 4.27%
R=54.70%
G=41.03%
B=4.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6448500.250.920.7543.7385.5113.53
Hex403050195C4B2c56e
Octal1006050311341135412616
Binary10000001100001010110011011100100101110110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403005; }

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

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

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

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

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

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

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

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