Html Css Color HEX #41350E Mikado

📋 copy color: '#41350E'

red 65 ◦ green 53 ◦ blue 14

#41350E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mikado #41350E

Tints of Mikado #41350E

RGB

 RED value IS 65 (25.78% from 255) = 49.24%

 GREEN value IS 53 (21.09% from 255) = 40.15%

 BLUE value IS 14 (5.86% from 255) = 10.61%

R = 49.24%
G = 40.15%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41350E (or 0x41350E) is known color: Mikado. HEX triplet: 41, 35 and 0E. RGB value is (65,53,14). Sum of RGB (Red+Green+Blue) = 65+53+14=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 53 (21.09% from 255 or 40.15% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41350E is #BECAF1. Grayscale: #343434. Windows color (decimal): -12503794 or 931137. OLE color: 931137.

HSL color Cylindrical-coordinate representation of color #41350E: hue angle of 45.88º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #41350E is Cyan = 0, Magento = 0.18, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 53 14 -
CMYK 0 0.18 0.78 0.75
HSL 45.88º 0.65% 0.15% -
HSV(B) 45.88º 0.78% 0.25% -
XYZ 3.53 3.7 0.94 -
YUV 52.14 106.48 137.17 -
System Red Green Blue C M Y K H S L
Decimal 65 53 14 0 0.18 0.78 0.75 45.88 0.65 0.15
Hex 41 35 E 0 12 4E 4B 2E 41 F
Octal 101 65 16 0 22 116 113 56 101 17
Binary 1000001 110101 1110 0 10010 1001110 1001011 101110 1000001 1111

Color Harmonies of #41350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41350E

Black with #41350E

Text Example


Text Example

White with #41350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41350E; }

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

 H1.HeaderClassName
 {
   color: #41350E;
 }
 .AnyTagClassName
 {
   color: #41350E;
 }
</style>

background-color css

<style>
 a { background-color: #41350E; }

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

 div.DivClassName
 {
   background-color: #41350E;
 }
 .BgClassName
 {
   background-color: #41350E;
 }
</style>

border-color css

<style>
 span { border-color: #41350E; }

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

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