#402D00

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

Shades of Mikado #402D00

Tints of Mikado #402D00

Color information

#402D00 (or 0x402D00) is unknown color: approx Mikado. HEX triplet: 40, 2D and 00. RGB value is (64,45,0). Sum of RGB (Red+Green+Blue) = 64+45+0=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 45 (17.97% from 255 or 41.28% from 109); Blue value is 0 (0.39% from 255 or 0% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #402D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D00 is #BFD2FF. Grayscale: #2D2D2D. Windows color (decimal): -12571392 or 11584. OLE color: 11584.

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

Color convert

RGB64450-
CMYK00.3010.75
HSL42.19º100%12.55%-
HSV(B)42.19º100%25.1%-
XYZ3.052.970.41-
YUV45.55102.29141.16-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 45 (17.97% from 255) = 41.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.72%
G=41.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6445000.3010.7542.1910012.55
Hex402D001E644B2a64d
Octal1005500361441135214415
Binary100000010110100111101100100100101110101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402D00; }

 p { color: rgb(64,45,0); }

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

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

 a { background-color: rgb(64,45,0); }

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

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

 span { border-color: rgb(64,45,0); }

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