#41341D

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

Shades of Mikado #41341D

Tints of Mikado #41341D

Color information

#41341D (or 0x41341D) is unknown color: approx Mikado. HEX triplet: 41, 34 and 1D. RGB value is (65,52,29). Sum of RGB (Red+Green+Blue) = 65+52+29=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 52 (20.70% from 255 or 35.62% from 146); Blue value is 29 (11.72% from 255 or 19.86% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41341D is #BECBE2. Grayscale: #353535. Windows color (decimal): -12504035 or 1913921. OLE color: 1913921.

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

Color convert

RGB655229-
CMYK00.200.550.75
HSL38.33º38.3%18.43%-
HSV(B)38.33º55.38%25.49%-
XYZ3.633.671.68-
YUV53.26114.31136.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 52 (20.70% from 255) = 35.62%
BLUE value IS 29 (11.72% from 255) = 19.86%
R=44.52%
G=35.62%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65522900.200.550.7538.3338.318.43
Hex41341D014374B262612
Octal101643502467113464622
Binary100000111010011101010100110111100101110011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41341D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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