#402F05

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

Shades of Mikado #402F05

Tints of Mikado #402F05

Color information

#402F05 (or 0x402F05) is unknown color: approx Mikado. HEX triplet: 40, 2F and 05. RGB value is (64,47,5). Sum of RGB (Red+Green+Blue) = 64+47+5=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 47 (18.75% from 255 or 40.52% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #402F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402F05 is #BFD0FA. Grayscale: #2F2F2F. Windows color (decimal): -12570875 or 339776. OLE color: 339776.

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

Color convert

RGB64475-
CMYK00.270.920.75
HSL42.71º85.51%13.53%-
HSV(B)42.71º92.19%25.1%-
XYZ3.163.130.58-
YUV47.29104.13139.92-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 47 (18.75% from 255) = 40.52%
BLUE value IS 5 (2.34% from 255) = 4.31%
R=55.17%
G=40.52%
B=4.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6447500.270.920.7542.7185.5113.53
Hex402F501B5C4B2b56e
Octal1005750331341135312616
Binary10000001011111010110111011100100101110101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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