#413302

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

Shades of Mikado #413302

Tints of Mikado #413302

Color information

#413302 (or 0x413302) is unknown color: approx Mikado. HEX triplet: 41, 33 and 02. RGB value is (65,51,2). Sum of RGB (Red+Green+Blue) = 65+51+2=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 2 (1.17% from 255 or 1.69% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #413302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413302 is #BECCFD. Grayscale: #313131. Windows color (decimal): -12504318 or 144193. OLE color: 144193.

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

Color convert

RGB65512-
CMYK00.220.970.75
HSL46.67º94.03%13.14%-
HSV(B)46.67º96.92%25.49%-
XYZ3.373.50.55-
YUV49.6101.14138.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 51 (20.31% from 255) = 43.22%
BLUE value IS 2 (1.17% from 255) = 1.69%
R=55.08%
G=43.22%
B=1.69%

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
Decimal6551200.220.970.7546.6794.0313.14
Hex41332016614B2f5ed
Octal1016320261411135713615
Binary1000001110011100101101100001100101110111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413302; }

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

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

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

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

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

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

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

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