#403202

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

Shades of Mikado #403202

Tints of Mikado #403202

Color information

#403202 (or 0x403202) is unknown color: approx Mikado. HEX triplet: 40, 32 and 02. RGB value is (64,50,2). Sum of RGB (Red+Green+Blue) = 64+50+2=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 50 (19.92% from 255 or 43.10% from 116); Blue value is 2 (1.17% from 255 or 1.72% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #403202 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403202 is #BFCDFD. Grayscale: #303030. Windows color (decimal): -12570110 or 143936. OLE color: 143936.

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

Color convert

RGB64502-
CMYK00.220.970.75
HSL46.45º93.94%12.94%-
HSV(B)46.45º96.88%25.1%-
XYZ3.273.380.54-
YUV48.71101.64138.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 50 (19.92% from 255) = 43.10%
BLUE value IS 2 (1.17% from 255) = 1.72%
R=55.17%
G=43.10%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6450200.220.970.7546.4593.9412.94
Hex40322016614B2e5ed
Octal1006220261411135613615
Binary1000000110010100101101100001100101110111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403202; }

 p { color: rgb(64,50,2); }

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

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

 a { background-color: rgb(64,50,2); }

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

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

 span { border-color: rgb(64,50,2); }

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