#41361C

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

Shades of Mikado #41361C

Tints of Mikado #41361C

Color information

#41361C (or 0x41361C) is unknown color: approx Mikado. HEX triplet: 41, 36 and 1C. RGB value is (65,54,28). Sum of RGB (Red+Green+Blue) = 65+54+28=147 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.22% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 65 - color contains mainly: red. Hex color #41361C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41361C is #BEC9E3. Grayscale: #363636. Windows color (decimal): -12503524 or 1848897. OLE color: 1848897.

HSL color Cylindrical-coordinate representation of color #41361C: hue angle of 42.16º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41361C is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB655428-
CMYK00.170.570.75
HSL42.16º39.78%18.24%-
HSV(B)42.16º56.92%25.49%-
XYZ3.713.851.65-
YUV54.32113.14135.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.22%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 28 (11.33% from 255) = 19.05%
R=44.22%
G=36.73%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65542800.170.570.7542.1639.7818.24
Hex41361C011394B2a2812
Octal101663402171113525022
Binary100000111011011100010001111001100101110101010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41361C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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