#413209

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

Shades of Mikado #413209

Tints of Mikado #413209

Color information

#413209 (or 0x413209) is unknown color: approx Mikado. HEX triplet: 41, 32 and 09. RGB value is (65,50,9). Sum of RGB (Red+Green+Blue) = 65+50+9=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #413209 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413209 is #BECDF6. Grayscale: #313131. Windows color (decimal): -12504567 or 602689. OLE color: 602689.

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

Color convert

RGB65509-
CMYK00.230.860.75
HSL43.93º75.68%14.51%-
HSV(B)43.93º86.15%25.49%-
XYZ3.373.420.74-
YUV49.81104.97138.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 50 (19.92% from 255) = 40.32%
BLUE value IS 9 (3.91% from 255) = 7.26%
R=52.42%
G=40.32%
B=7.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6550900.230.860.7543.9375.6814.51
Hex41329017564B2c4cf
Octal10162110271261135411417
Binary100000111001010010101111010110100101110110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413209; }

 p { color: rgb(65,50,9); }

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

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

 a { background-color: rgb(65,50,9); }

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

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

 span { border-color: rgb(65,50,9); }

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