#403718

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

Shades of Mikado #403718

Tints of Mikado #403718

Color information

#403718 (or 0x403718) is unknown color: approx Mikado. HEX triplet: 40, 37 and 18. RGB value is (64,55,24). Sum of RGB (Red+Green+Blue) = 64+55+24=143 (18% of max value = 765). Red value is 64 (25.39% from 255 or 44.76% from 143); Green value is 55 (21.88% from 255 or 38.46% from 143); Blue value is 24 (9.77% from 255 or 16.78% from 143); Max value from RGB is 64 - color contains mainly: red. Hex color #403718 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403718 is #BFC8E7. Grayscale: #363636. Windows color (decimal): -12568808 or 1587008. OLE color: 1587008.

HSL color Cylindrical-coordinate representation of color #403718: hue angle of 46.5º 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 #403718 is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB645524-
CMYK00.140.620.75
HSL46.5º45.45%17.25%-
HSV(B)46.5º62.5%25.1%-
XYZ3.653.891.42-
YUV54.16110.98135.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 44.76%
GREEN value IS 55 (21.88% from 255) = 38.46%
BLUE value IS 24 (9.77% from 255) = 16.78%
R=44.76%
G=38.46%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64552400.140.620.7546.545.4517.25
Hex4037180E3E4B2e2d11
Octal100673001676113565521
Binary10000001101111100001110111110100101110111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403718; }

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

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

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

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

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

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

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

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