#413820

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

Shades of Mikado #413820

Tints of Mikado #413820

Color information

#413820 (or 0x413820) is unknown color: approx Mikado. HEX triplet: 41, 38 and 20. RGB value is (65,56,32). Sum of RGB (Red+Green+Blue) = 65+56+32=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 32 (12.89% from 255 or 20.92% from 153); Max value from RGB is 65 - color contains mainly: red. Hex color #413820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413820 is #BEC7DF. Grayscale: #383838. Windows color (decimal): -12503008 or 2111553. OLE color: 2111553.

HSL color Cylindrical-coordinate representation of color #413820: hue angle of 43.64º degrees, saturation: 0.34, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #413820 is Cyan = 0, Magento = 0.14, Yellow = 0.51 and Black (K on CMYK) = 0.75.

Color convert

RGB655632-
CMYK00.140.510.75
HSL43.64º34.02%19.02%-
HSV(B)43.64º50.77%25.49%-
XYZ3.854.061.95-
YUV55.96114.48134.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 42.48%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 32 (12.89% from 255) = 20.92%
R=42.48%
G=36.60%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65563200.140.510.7543.6434.0219.02
Hex4138200E334B2c2213
Octal101704001663113544223
Binary100000111100010000001110110011100101110110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413820; }

 p { color: rgb(65,56,32); }

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

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

 a { background-color: rgb(65,56,32); }

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

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

 span { border-color: rgb(65,56,32); }

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