#402C05

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

Shades of Mikado #402C05

Tints of Mikado #402C05

Color information

#402C05 (or 0x402C05) is unknown color: approx Mikado. HEX triplet: 40, 2C and 05. RGB value is (64,44,5). Sum of RGB (Red+Green+Blue) = 64+44+5=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C05 is #BFD3FA. Grayscale: #2D2D2D. Windows color (decimal): -12571643 or 339008. OLE color: 339008.

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

Color convert

RGB64445-
CMYK00.310.920.75
HSL39.66º85.51%13.53%-
HSV(B)39.66º92.19%25.1%-
XYZ3.042.90.54-
YUV45.53105.13141.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 44 (17.58% from 255) = 38.94%
BLUE value IS 5 (2.34% from 255) = 4.42%
R=56.64%
G=38.94%
B=4.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6444500.310.920.7539.6685.5113.53
Hex402C501F5C4B2856e
Octal1005450371341135012616
Binary10000001011001010111111011100100101110100010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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