#403713

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

Shades of Mikado #403713

Tints of Mikado #403713

Color information

#403713 (or 0x403713) is unknown color: approx Mikado. HEX triplet: 40, 37 and 13. RGB value is (64,55,19). Sum of RGB (Red+Green+Blue) = 64+55+19=138 (18% of max value = 765). Red value is 64 (25.39% from 255 or 46.38% from 138); Green value is 55 (21.88% from 255 or 39.86% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 64 - color contains mainly: red. Hex color #403713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403713 is #BFC8EC. Grayscale: #353535. Windows color (decimal): -12568813 or 1259328. OLE color: 1259328.

HSL color Cylindrical-coordinate representation of color #403713: hue angle of 48º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #403713 is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.75.

Color convert

RGB645519-
CMYK00.140.700.75
HSL48º54.22%16.27%-
HSV(B)48º70.31%25.1%-
XYZ3.63.871.17-
YUV53.59108.48135.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 46.38%
GREEN value IS 55 (21.88% from 255) = 39.86%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=46.38%
G=39.86%
B=13.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64551900.140.700.754854.2216.27
Hex4037130E464B303610
Octal1006723016106113606620
Binary100000011011110011011101000110100101111000011011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403713; }

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

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

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

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

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

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

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

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