#402F03

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

Shades of Mikado #402F03

Tints of Mikado #402F03

Color information

#402F03 (or 0x402F03) is unknown color: approx Mikado. HEX triplet: 40, 2F and 03. RGB value is (64,47,3). Sum of RGB (Red+Green+Blue) = 64+47+3=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 47 (18.75% from 255 or 41.23% from 114); Blue value is 3 (1.56% from 255 or 2.63% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #402F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F03 is #BFD0FC. Grayscale: #2F2F2F. Windows color (decimal): -12570877 or 208704. OLE color: 208704.

HSL color Cylindrical-coordinate representation of color #402F03: hue angle of 43.28º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #402F03 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB64473-
CMYK00.270.950.75
HSL43.28º91.04%13.14%-
HSV(B)43.28º95.31%25.1%-
XYZ3.153.130.52-
YUV47.07103.13140.08-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 47 (18.75% from 255) = 41.23%
BLUE value IS 3 (1.56% from 255) = 2.63%
R=56.14%
G=41.23%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6447300.270.950.7543.2891.0413.14
Hex402F301B5F4B2b5bd
Octal1005730331371135313315
Binary1000000101111110110111011111100101110101110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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