#403000

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

Shades of Mikado #403000

Tints of Mikado #403000

Color information

#403000 (or 0x403000) is unknown color: approx Mikado. HEX triplet: 40, 30 and 00. RGB value is (64,48,0). Sum of RGB (Red+Green+Blue) = 64+48+0=112 (14% of max value = 765). Red value is 64 (25.39% from 255 or 57.14% from 112); Green value is 48 (19.14% from 255 or 42.86% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 64 - color contains mainly: red. Hex color #403000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403000 is #BFCFFF. Grayscale: #2F2F2F. Windows color (decimal): -12570624 or 12352. OLE color: 12352.

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

Color convert

RGB64480-
CMYK00.2510.75
HSL45º100%12.55%-
HSV(B)45º100%25.1%-
XYZ3.173.20.45-
YUV47.31101.3139.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 57.14%
GREEN value IS 48 (19.14% from 255) = 42.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=57.14%
G=42.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6448000.2510.754510012.55
Hex40300019644B2d64d
Octal1006000311441135514415
Binary100000011000000110011100100100101110110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403000; }

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

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

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

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

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

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

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

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