#402F01

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

Shades of Mikado #402F01

Tints of Mikado #402F01

Color information

#402F01 (or 0x402F01) is unknown color: approx Mikado. HEX triplet: 40, 2F and 01. RGB value is (64,47,1). Sum of RGB (Red+Green+Blue) = 64+47+1=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 1 (0.78% from 255 or 0.89% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #402F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F01 is #BFD0FE. Grayscale: #2F2F2F. Windows color (decimal): -12570879 or 77632. OLE color: 77632.

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

Color convert

RGB64471-
CMYK00.270.980.75
HSL43.81º96.92%12.75%-
HSV(B)43.81º98.44%25.1%-
XYZ3.143.130.47-
YUV46.84102.13140.24-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 47 (18.75% from 255) = 41.96%
BLUE value IS 1 (0.78% from 255) = 0.89%
R=57.14%
G=41.96%
B=0.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6447100.270.980.7543.8196.9212.75
Hex402F101B624B2c61d
Octal1005710331421135414115
Binary100000010111110110111100010100101110110011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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