#41361D

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

Shades of Mikado #41361D

Tints of Mikado #41361D

Color information

#41361D (or 0x41361D) is unknown color: approx Mikado. HEX triplet: 41, 36 and 1D. RGB value is (65,54,29). Sum of RGB (Red+Green+Blue) = 65+54+29=148 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.92% from 148); Green value is 54 (21.48% from 255 or 36.49% from 148); Blue value is 29 (11.72% from 255 or 19.59% from 148); Max value from RGB is 65 - color contains mainly: red. Hex color #41361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41361D is #BEC9E2. Grayscale: #363636. Windows color (decimal): -12503523 or 1914433. OLE color: 1914433.

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

Color convert

RGB655429-
CMYK00.170.550.75
HSL41.67º38.3%18.43%-
HSV(B)41.67º55.38%25.49%-
XYZ3.723.851.71-
YUV54.44113.64135.53-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 43.92%
GREEN value IS 54 (21.48% from 255) = 36.49%
BLUE value IS 29 (11.72% from 255) = 19.59%
R=43.92%
G=36.49%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65542900.170.550.7541.6738.318.43
Hex41361D011374B2a2612
Octal101663502167113524622
Binary100000111011011101010001110111100101110101010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41361D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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