#403009

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

Shades of Mikado #403009

Tints of Mikado #403009

Color information

#403009 (or 0x403009) is unknown color: approx Mikado. HEX triplet: 40, 30 and 09. RGB value is (64,48,9). Sum of RGB (Red+Green+Blue) = 64+48+9=121 (16% of max value = 765). Red value is 64 (25.39% from 255 or 52.89% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 9 (3.91% from 255 or 7.44% from 121); Max value from RGB is 64 - color contains mainly: red. Hex color #403009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403009 is #BFCFF6. Grayscale: #303030. Windows color (decimal): -12570615 or 602176. OLE color: 602176.

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

Color convert

RGB64489-
CMYK00.250.860.75
HSL42.55º75.34%14.31%-
HSV(B)42.55º85.94%25.1%-
XYZ3.223.220.71-
YUV48.34105.8139.17-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 52.89%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 9 (3.91% from 255) = 7.44%
R=52.89%
G=39.67%
B=7.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6448900.250.860.7542.5575.3414.31
Hex40309019564B2b4be
Octal10060110311261135311316
Binary100000011000010010110011010110100101110101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403009; }

 p { color: rgb(64,48,9); }

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

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

 a { background-color: rgb(64,48,9); }

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

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

 span { border-color: rgb(64,48,9); }

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