#41381A

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

Shades of Mikado #41381A

Tints of Mikado #41381A

Color information

#41381A (or 0x41381A) is unknown color: approx Mikado. HEX triplet: 41, 38 and 1A. RGB value is (65,56,26). Sum of RGB (Red+Green+Blue) = 65+56+26=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 56 (22.27% from 255 or 38.10% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41381A is #BEC7E5. Grayscale: #373737. Windows color (decimal): -12503014 or 1718337. OLE color: 1718337.

HSL color Cylindrical-coordinate representation of color #41381A: hue angle of 46.15º 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 #41381A is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB655626-
CMYK00.140.600.75
HSL46.15º42.86%17.84%-
HSV(B)46.15º60%25.49%-
XYZ3.784.031.56-
YUV55.27111.48134.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 56 (22.27% from 255) = 38.10%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=44.22%
G=38.10%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65562600.140.600.7546.1542.8617.84
Hex41381A0E3C4B2e2b12
Octal101703201674113565322
Binary10000011110001101001110111100100101110111010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41381A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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