#403302

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

Shades of Mikado #403302

Tints of Mikado #403302

Color information

#403302 (or 0x403302) is unknown color: approx Mikado. HEX triplet: 40, 33 and 02. RGB value is (64,51,2). Sum of RGB (Red+Green+Blue) = 64+51+2=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #403302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #403302 is #BFCCFD. Grayscale: #313131. Windows color (decimal): -12569854 or 144192. OLE color: 144192.

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

Color convert

RGB64512-
CMYK00.200.970.75
HSL47.42º93.94%12.94%-
HSV(B)47.42º96.88%25.1%-
XYZ3.313.460.55-
YUV49.3101.31138.48-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 51 (20.31% from 255) = 43.59%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=54.70%
G=43.59%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6451200.200.970.7547.4293.9412.94
Hex40332014614B2f5ed
Octal1006320241411135713615
Binary1000000110011100101001100001100101110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403302; }

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

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

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

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

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

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

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

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