#41331A

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

Shades of Mikado #41331A

Tints of Mikado #41331A

Color information

#41331A (or 0x41331A) is unknown color: approx Mikado. HEX triplet: 41, 33 and 1A. RGB value is (65,51,26). Sum of RGB (Red+Green+Blue) = 65+51+26=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 51 (20.31% from 255 or 35.92% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #41331A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41331A is #BECCE5. Grayscale: #343434. Windows color (decimal): -12504294 or 1717057. OLE color: 1717057.

HSL color Cylindrical-coordinate representation of color #41331A: hue angle of 38.46º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41331A is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB655126-
CMYK00.220.600.75
HSL38.46º42.86%17.84%-
HSV(B)38.46º60%25.49%-
XYZ3.553.571.48-
YUV52.34113.14137.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 51 (20.31% from 255) = 35.92%
BLUE value IS 26 (10.55% from 255) = 18.31%
R=45.77%
G=35.92%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65512600.220.600.7538.4642.8617.84
Hex41331A0163C4B262b12
Octal101633202674113465322
Binary100000111001111010010110111100100101110011010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41331A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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