#41351C

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

Shades of Mikado #41351C

Tints of Mikado #41351C

Color information

#41351C (or 0x41351C) is unknown color: approx Mikado. HEX triplet: 41, 35 and 1C. RGB value is (65,53,28). Sum of RGB (Red+Green+Blue) = 65+53+28=146 (19% of max value = 765). Red value is 65 (25.78% from 255 or 44.52% from 146); Green value is 53 (21.09% from 255 or 36.30% from 146); Blue value is 28 (11.33% from 255 or 19.18% from 146); Max value from RGB is 65 - color contains mainly: red. Hex color #41351C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41351C is #BECAE3. Grayscale: #353535. Windows color (decimal): -12503780 or 1848641. OLE color: 1848641.

HSL color Cylindrical-coordinate representation of color #41351C: hue angle of 40.54º 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 #41351C is Cyan = 0, Magento = 0.18, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB655328-
CMYK00.180.570.75
HSL40.54º39.78%18.24%-
HSV(B)40.54º56.92%25.49%-
XYZ3.663.751.63-
YUV53.74113.48136.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 44.52%
GREEN value IS 53 (21.09% from 255) = 36.30%
BLUE value IS 28 (11.33% from 255) = 19.18%
R=44.52%
G=36.30%
B=19.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65532800.180.570.7540.5439.7818.24
Hex41351C012394B292812
Octal101653402271113515022
Binary100000111010111100010010111001100101110100110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41351C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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