#402C01

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

Shades of Mikado #402C01

Tints of Mikado #402C01

Color information

#402C01 (or 0x402C01) is unknown color: approx Mikado. HEX triplet: 40, 2C and 01. RGB value is (64,44,1). Sum of RGB (Red+Green+Blue) = 64+44+1=109 (14% of max value = 765). Red value is 64 (25.39% from 255 or 58.72% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 1 (0.78% from 255 or 0.92% from 109); Max value from RGB is 64 - color contains mainly: red. Hex color #402C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C01 is #BFD3FE. Grayscale: #2D2D2D. Windows color (decimal): -12571647 or 76864. OLE color: 76864.

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

Color convert

RGB64441-
CMYK00.310.980.75
HSL40.95º96.92%12.75%-
HSV(B)40.95º98.44%25.1%-
XYZ3.022.890.43-
YUV45.08103.13141.5-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 58.72%
GREEN value IS 44 (17.58% from 255) = 40.37%
BLUE value IS 1 (0.78% from 255) = 0.92%
R=58.72%
G=40.37%
B=0.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6444100.310.980.7540.9596.9212.75
Hex402C101F624B2961d
Octal1005410371421135114115
Binary100000010110010111111100010100101110100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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