#41341F

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

Shades of Mikado #41341F

Tints of Mikado #41341F

Color information

#41341F (or 0x41341F) is unknown color: approx Mikado. HEX triplet: 41, 34 and 1F. RGB value is (65,52,31). Sum of RGB (Red+Green+Blue) = 65+52+31=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 52 (20.70% from 255 or 35.14% from 148); Blue value is 31 (12.5% from 255 or 20.95% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41341F is #BECBE0. Grayscale: #353535. Windows color (decimal): -12504033 or 2044993. OLE color: 2044993.

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

Color convert

RGB655231-
CMYK00.200.520.75
HSL37.06º35.42%18.82%-
HSV(B)37.06º52.31%25.49%-
XYZ3.663.681.81-
YUV53.49115.31136.21-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 52 (20.70% from 255) = 35.14%
BLUE value IS 31 (12.5% from 255) = 20.95%
R=43.92%
G=35.14%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65523100.200.520.7537.0635.4218.82
Hex41341F014344B252313
Octal101643702464113454323
Binary100000111010011111010100110100100101110010110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41341F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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