#403402

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

Shades of Mikado #403402

Tints of Mikado #403402

Color information

#403402 (or 0x403402) is unknown color: approx Mikado. HEX triplet: 40, 34 and 02. RGB value is (64,52,2). Sum of RGB (Red+Green+Blue) = 64+52+2=118 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.24% from 118); Green value is 52 (20.70% from 255 or 44.07% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 64 - color contains mainly: red. Hex color #403402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403402 is #BFCBFD. Grayscale: #323232. Windows color (decimal): -12569598 or 144448. OLE color: 144448.

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

Color convert

RGB64522-
CMYK00.190.970.75
HSL48.39º93.94%12.94%-
HSV(B)48.39º96.88%25.1%-
XYZ3.353.550.57-
YUV49.89100.98138.07-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.24%
GREEN value IS 52 (20.70% from 255) = 44.07%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=54.24%
G=44.07%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6452200.190.970.7548.3993.9412.94
Hex40342013614B305ed
Octal1006420231411136013615
Binary1000000110100100100111100001100101111000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403402; }

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

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

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

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

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

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

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

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