#413218

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

Shades of Mikado #413218

Tints of Mikado #413218

Color information

#413218 (or 0x413218) is unknown color: approx Mikado. HEX triplet: 41, 32 and 18. RGB value is (65,50,24). Sum of RGB (Red+Green+Blue) = 65+50+24=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413218 is #BECDE7. Grayscale: #333333. Windows color (decimal): -12504552 or 1585729. OLE color: 1585729.

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

Color convert

RGB655024-
CMYK00.230.630.75
HSL38.05º46.07%17.45%-
HSV(B)38.05º63.08%25.49%-
XYZ3.493.471.35-
YUV51.52112.47137.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 50 (19.92% from 255) = 35.97%
BLUE value IS 24 (9.77% from 255) = 17.27%
R=46.76%
G=35.97%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65502400.230.630.7538.0546.0717.45
Hex4132180173F4B262e11
Octal101623002777113465621
Binary100000111001011000010111111111100101110011010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413218; }

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

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

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

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

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

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

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

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