#413616

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

Shades of Mikado #413616

Tints of Mikado #413616

Color information

#413616 (or 0x413616) is unknown color: approx Mikado. HEX triplet: 41, 36 and 16. RGB value is (65,54,22). Sum of RGB (Red+Green+Blue) = 65+54+22=141 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.10% from 141); Green value is 54 (21.48% from 255 or 38.30% from 141); Blue value is 22 (8.98% from 255 or 15.60% from 141); Max value from RGB is 65 - color contains mainly: red. Hex color #413616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413616 is #BEC9E9. Grayscale: #353535. Windows color (decimal): -12503530 or 1455681. OLE color: 1455681.

HSL color Cylindrical-coordinate representation of color #413616: hue angle of 44.65º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #413616 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.75.

Color convert

RGB655422-
CMYK00.170.660.75
HSL44.65º49.43%17.06%-
HSV(B)44.65º66.15%25.49%-
XYZ3.643.821.3-
YUV53.64110.14136.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.10%
GREEN value IS 54 (21.48% from 255) = 38.30%
BLUE value IS 22 (8.98% from 255) = 15.60%
R=46.10%
G=38.30%
B=15.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65542200.170.660.7544.6549.4317.06
Hex413616011424B2d3111
Octal1016626021102113556121
Binary1000001110110101100100011000010100101110110111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413616; }

 p { color: rgb(65,54,22); }

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

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

 a { background-color: rgb(65,54,22); }

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

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

 span { border-color: rgb(65,54,22); }

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