Html Css Color HEX #413118 Mikado

📋 copy color: '#413118'

red 65 ◦ green 49 ◦ blue 24

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

Shades of Mikado #413118

Tints of Mikado #413118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.39%

R = 47.1%
G = 35.51%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#413118 (or 0x413118) is known color: Mikado. HEX triplet: 41, 31 and 18. RGB value is (65,49,24). Sum of RGB (Red+Green+Blue) = 65+49+24=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 49 (19.53% from 255 or 35.51% from 138); Blue value is 24 (9.77% from 255 or 17.39% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #413118 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413118 is #BECEE7. Grayscale: #333333. Windows color (decimal): -12504808 or 1585473. OLE color: 1585473.

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

Color convert

RGB 65 49 24 -
CMYK 0 0.25 0.63 0.75
HSL 36.59º 0.46% 0.17% -
HSV(B) 36.59º 0.63% 0.25% -
XYZ 3.44 3.39 1.34 -
YUV 50.93 112.8 138.03 -
System Red Green Blue C M Y K H S L
Decimal 65 49 24 0 0.25 0.63 0.75 36.59 0.46 0.17
Hex 41 31 18 0 19 3F 4B 25 2E 11
Octal 101 61 30 0 31 77 113 45 56 21
Binary 1000001 110001 11000 0 11001 111111 1001011 100101 101110 10001

Color Harmonies of #413118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413118

Black with #413118

Text Example


Text Example

White with #413118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413118; }

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

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

background-color css

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

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

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

border-color css

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

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

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