Html Css Color HEX #413116 Mikado

📋 copy color: '#413116'

red 65 ◦ green 49 ◦ blue 22

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

Shades of Mikado #413116

Tints of Mikado #413116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.18%

R = 47.79%
G = 36.03%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#413116 (or 0x413116) is known color: Mikado. HEX triplet: 41, 31 and 16. RGB value is (65,49,22). Sum of RGB (Red+Green+Blue) = 65+49+22=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 22 (8.98% from 255 or 16.18% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #413116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413116 is #BECEE9. Grayscale: #323232. Windows color (decimal): -12504810 or 1454401. OLE color: 1454401.

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

Color convert

RGB 65 49 22 -
CMYK 0 0.25 0.66 0.75
HSL 37.67º 0.49% 0.17% -
HSV(B) 37.67º 0.66% 0.25% -
XYZ 3.42 3.38 1.23 -
YUV 50.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 65 49 22 0 0.25 0.66 0.75 37.67 0.49 0.17
Hex 41 31 16 0 19 42 4B 26 31 11
Octal 101 61 26 0 31 102 113 46 61 21
Binary 1000001 110001 10110 0 11001 1000010 1001011 100110 110001 10001

Color Harmonies of #413116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413116

Black with #413116

Text Example


Text Example

White with #413116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413116; }

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

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

background-color css

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

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

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

border-color css

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

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

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