#402D01

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

Shades of Mikado #402D01

Tints of Mikado #402D01

Color information

#402D01 (or 0x402D01) is unknown color: approx Mikado. HEX triplet: 40, 2D and 01. RGB value is (64,45,1). Sum of RGB (Red+Green+Blue) = 64+45+1=110 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.18% from 110); Green value is 45 (17.97% from 255 or 40.91% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 64 - color contains mainly: red. Hex color #402D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402D01 is #BFD2FE. Grayscale: #2D2D2D. Windows color (decimal): -12571391 or 77120. OLE color: 77120.

HSL color Cylindrical-coordinate representation of color #402D01: hue angle of 41.9º 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 #402D01 is Cyan = 0, Magento = 0.30, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB64451-
CMYK00.300.980.75
HSL41.9º96.92%12.75%-
HSV(B)41.9º98.44%25.1%-
XYZ3.062.970.44-
YUV45.66102.79141.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.18%
GREEN value IS 45 (17.97% from 255) = 40.91%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=58.18%
G=40.91%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6445100.300.980.7541.996.9212.75
Hex402D101E624B2a61d
Octal1005510361421135214115
Binary100000010110110111101100010100101110101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402D01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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