#41340E

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

Shades of Mikado #41340E

Tints of Mikado #41340E

Color information

#41340E (or 0x41340E) is unknown color: approx Mikado. HEX triplet: 41, 34 and 0E. RGB value is (65,52,14). Sum of RGB (Red+Green+Blue) = 65+52+14=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 52 (20.70% from 255 or 39.69% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #41340E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41340E is #BECBF1. Grayscale: #333333. Windows color (decimal): -12504050 or 930881. OLE color: 930881.

HSL color Cylindrical-coordinate representation of color #41340E: hue angle of 44.71º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41340E is Cyan = 0, Magento = 0.20, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB655214-
CMYK00.200.780.75
HSL44.71º64.56%15.49%-
HSV(B)44.71º78.46%25.49%-
XYZ3.493.610.93-
YUV51.55106.81137.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 52 (20.70% from 255) = 39.69%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=49.62%
G=39.69%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65521400.200.780.7544.7164.5615.49
Hex4134E0144E4B2d41f
Octal10164160241161135510117
Binary100000111010011100101001001110100101110110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41340E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41340E; }

 p { color: rgb(65,52,14); }

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

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

 a { background-color: rgb(65,52,14); }

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

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

 span { border-color: rgb(65,52,14); }

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