#402C00

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

Shades of Mikado #402C00

Tints of Mikado #402C00

Color information

#402C00 (or 0x402C00) is unknown color: approx Mikado. HEX triplet: 40, 2C and 00. RGB value is (64,44,0). Sum of RGB (Red+Green+Blue) = 64+44+0=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #402C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402C00 is #BFD3FF. Grayscale: #2D2D2D. Windows color (decimal): -12571648 or 11328. OLE color: 11328.

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

Color convert

RGB64440-
CMYK00.3110.75
HSL41.25º100%12.55%-
HSV(B)41.25º100%25.1%-
XYZ3.022.890.4-
YUV44.96102.63141.58-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 44 (17.58% from 255) = 40.74%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.26%
G=40.74%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6444000.3110.7541.2510012.55
Hex402C001F644B2964d
Octal1005400371441135114415
Binary100000010110000111111100100100101110100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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