#413318

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

Shades of Mikado #413318

Tints of Mikado #413318

Color information

#413318 (or 0x413318) is unknown color: approx Mikado. HEX triplet: 41, 33 and 18. RGB value is (65,51,24). Sum of RGB (Red+Green+Blue) = 65+51+24=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 51 (20.31% from 255 or 36.43% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #413318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413318 is #BECCE7. Grayscale: #343434. Windows color (decimal): -12504296 or 1585985. OLE color: 1585985.

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

Color convert

RGB655124-
CMYK00.220.630.75
HSL39.51º46.07%17.45%-
HSV(B)39.51º63.08%25.49%-
XYZ3.533.561.36-
YUV52.11112.14137.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.43%
GREEN value IS 51 (20.31% from 255) = 36.43%
BLUE value IS 24 (9.77% from 255) = 17.14%
R=46.43%
G=36.43%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65512400.220.630.7539.5146.0717.45
Hex4133180163F4B282e11
Octal101633002677113505621
Binary100000111001111000010110111111100101110100010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413318; }

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

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

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

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

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

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

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

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