#413016

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

Shades of Mikado #413016

Tints of Mikado #413016

Color information

#413016 (or 0x413016) is unknown color: approx Mikado. HEX triplet: 41, 30 and 16. RGB value is (65,48,22). Sum of RGB (Red+Green+Blue) = 65+48+22=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413016 is #BECFE9. Grayscale: #323232. Windows color (decimal): -12505066 or 1454145. OLE color: 1454145.

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

Color convert

RGB654822-
CMYK00.260.660.75
HSL36.28º49.43%17.06%-
HSV(B)36.28º66.15%25.49%-
XYZ3.383.31.22-
YUV50.12112.13138.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 48 (19.14% from 255) = 35.56%
BLUE value IS 22 (8.98% from 255) = 16.30%
R=48.15%
G=35.56%
B=16.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65482200.260.660.7536.2849.4317.06
Hex41301601A424B243111
Octal1016026032102113446121
Binary1000001110000101100110101000010100101110010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #413016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #413016; }

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

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

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

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

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

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

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

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