#41340F

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

Shades of Mikado #41340F

Tints of Mikado #41340F

Color information

#41340F (or 0x41340F) is unknown color: approx Mikado. HEX triplet: 41, 34 and 0F. RGB value is (65,52,15). Sum of RGB (Red+Green+Blue) = 65+52+15=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41340F is #BECBF0. Grayscale: #333333. Windows color (decimal): -12504049 or 996417. OLE color: 996417.

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

Color convert

RGB655215-
CMYK00.200.770.75
HSL44.4º62.5%15.69%-
HSV(B)44.4º76.92%25.49%-
XYZ3.493.610.97-
YUV51.67107.31137.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.24%
GREEN value IS 52 (20.70% from 255) = 39.39%
BLUE value IS 15 (6.25% from 255) = 11.36%
R=49.24%
G=39.39%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65521500.200.770.7544.462.515.69
Hex4134F0144D4B2c3e10
Octal1016417024115113547620
Binary100000111010011110101001001101100101110110011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41340F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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