Html Css Color HEX #41310E Mikado

📋 copy color: '#41310E'

red 65 ◦ green 49 ◦ blue 14

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

Shades of Mikado #41310E

Tints of Mikado #41310E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 38.28%

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

R = 50.78%
G = 38.28%
B = 10.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41310E (or 0x41310E) is known color: Mikado. HEX triplet: 41, 31 and 0E. RGB value is (65,49,14). Sum of RGB (Red+Green+Blue) = 65+49+14=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 49 (19.53% from 255 or 38.28% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41310E is #BECEF1. Grayscale: #313131. Windows color (decimal): -12504818 or 930113. OLE color: 930113.

HSL color Cylindrical-coordinate representation of color #41310E: hue angle of 41.18º 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 #41310E is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 49 14 -
CMYK 0 0.25 0.78 0.75
HSL 41.18º 0.65% 0.15% -
HSV(B) 41.18º 0.78% 0.25% -
XYZ 3.36 3.35 0.89 -
YUV 49.79 107.8 138.85 -
System Red Green Blue C M Y K H S L
Decimal 65 49 14 0 0.25 0.78 0.75 41.18 0.65 0.15
Hex 41 31 E 0 19 4E 4B 29 41 F
Octal 101 61 16 0 31 116 113 51 101 17
Binary 1000001 110001 1110 0 11001 1001110 1001011 101001 1000001 1111

Color Harmonies of #41310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41310E

Black with #41310E

Text Example


Text Example

White with #41310E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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