#41331D

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

Shades of Mikado #41331D

Tints of Mikado #41331D

Color information

#41331D (or 0x41331D) is unknown color: approx Mikado. HEX triplet: 41, 33 and 1D. RGB value is (65,51,29). Sum of RGB (Red+Green+Blue) = 65+51+29=145 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.83% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 29 (11.72% from 255 or 20% from 145); Max value from RGB is 65 - color contains mainly: red. Hex color #41331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41331D is #BECCE2. Grayscale: #343434. Windows color (decimal): -12504291 or 1913665. OLE color: 1913665.

HSL color Cylindrical-coordinate representation of color #41331D: hue angle of 36.67º 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 #41331D is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.75.

Color convert

RGB655129-
CMYK00.220.550.75
HSL36.67º38.3%18.43%-
HSV(B)36.67º55.38%25.49%-
XYZ3.593.581.66-
YUV52.68114.64136.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.83%
GREEN value IS 51 (20.31% from 255) = 35.17%
BLUE value IS 29 (11.72% from 255) = 20%
R=44.83%
G=35.17%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65512900.220.550.7536.6738.318.43
Hex41331D016374B252612
Octal101633502667113454622
Binary100000111001111101010110110111100101110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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