#402E08

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

Shades of Mikado #402E08

Tints of Mikado #402E08

Color information

#402E08 (or 0x402E08) is unknown color: approx Mikado. HEX triplet: 40, 2E and 08. RGB value is (64,46,8). Sum of RGB (Red+Green+Blue) = 64+46+8=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #402E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402E08 is #BFD1F7. Grayscale: #2F2F2F. Windows color (decimal): -12571128 or 536128. OLE color: 536128.

HSL color Cylindrical-coordinate representation of color #402E08: hue angle of 40.71º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #402E08 is Cyan = 0, Magento = 0.28, Yellow = 0.87 and Black (K on CMYK) = 0.75.

Color convert

RGB64468-
CMYK00.280.870.75
HSL40.71º77.78%14.12%-
HSV(B)40.71º87.5%25.1%-
XYZ3.143.060.66-
YUV47.05105.96140.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 46 (18.36% from 255) = 38.98%
BLUE value IS 8 (3.52% from 255) = 6.78%
R=54.24%
G=38.98%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.87
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6446800.280.870.7540.7177.7814.12
Hex402E801C574B294ee
Octal10056100341271135111616
Binary100000010111010000111001010111100101110100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,46,8); }

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

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

 a { background-color: rgb(64,46,8); }

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

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

 span { border-color: rgb(64,46,8); }

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