#403618

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

Shades of Mikado #403618

Tints of Mikado #403618

Color information

#403618 (or 0x403618) is unknown color: approx Mikado. HEX triplet: 40, 36 and 18. RGB value is (64,54,24). Sum of RGB (Red+Green+Blue) = 64+54+24=142 (18% of max value = 765). Red value is 64 (25.39% from 255 or 45.07% from 142); Green value is 54 (21.48% from 255 or 38.03% from 142); Blue value is 24 (9.77% from 255 or 16.90% from 142); Max value from RGB is 64 - color contains mainly: red. Hex color #403618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403618 is #BFC9E7. Grayscale: #353535. Windows color (decimal): -12569064 or 1586752. OLE color: 1586752.

HSL color Cylindrical-coordinate representation of color #403618: hue angle of 45º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #403618 is Cyan = 0, Magento = 0.16, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB645424-
CMYK00.160.620.75
HSL45º45.45%17.25%-
HSV(B)45º62.5%25.1%-
XYZ3.63.791.41-
YUV53.57111.31135.44-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 45.07%
GREEN value IS 54 (21.48% from 255) = 38.03%
BLUE value IS 24 (9.77% from 255) = 16.90%
R=45.07%
G=38.03%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64542400.160.620.754545.4517.25
Hex4036180103E4B2d2d11
Octal100663002076113555521
Binary100000011011011000010000111110100101110110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403618; }

 p { color: rgb(64,54,24); }

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

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

 a { background-color: rgb(64,54,24); }

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

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

 span { border-color: rgb(64,54,24); }

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