Html Css Color HEX #413111 Mikado

📋 copy color: '#413111'

red 65 ◦ green 49 ◦ blue 17

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

Shades of Mikado #413111

Tints of Mikado #413111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.98%

R = 49.62%
G = 37.4%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#413111 (or 0x413111) is known color: Mikado. HEX triplet: 41, 31 and 11. RGB value is (65,49,17). Sum of RGB (Red+Green+Blue) = 65+49+17=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 49 (19.53% from 255 or 37.40% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #413111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413111 is #BECEEE. Grayscale: #323232. Windows color (decimal): -12504815 or 1126721. OLE color: 1126721.

HSL color Cylindrical-coordinate representation of color #413111: hue angle of 40º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #413111 is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 49 17 -
CMYK 0 0.25 0.74 0.75
HSL 40º 0.59% 0.16% -
HSV(B) 40º 0.74% 0.25% -
XYZ 3.38 3.36 1 -
YUV 50.14 109.3 138.6 -
System Red Green Blue C M Y K H S L
Decimal 65 49 17 0 0.25 0.74 0.75 40 0.59 0.16
Hex 41 31 11 0 19 4A 4B 28 3B 10
Octal 101 61 21 0 31 112 113 50 73 20
Binary 1000001 110001 10001 0 11001 1001010 1001011 101000 111011 10000

Color Harmonies of #413111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413111

Black with #413111

Text Example


Text Example

White with #413111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413111; }

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

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

background-color css

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

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

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

border-color css

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

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

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