Html Css Color HEX #413113 Mikado

📋 copy color: '#413113'

red 65 ◦ green 49 ◦ blue 19

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

Shades of Mikado #413113

Tints of Mikado #413113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.29%

R = 48.87%
G = 36.84%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#413113 (or 0x413113) is known color: Mikado. HEX triplet: 41, 31 and 13. RGB value is (65,49,19). Sum of RGB (Red+Green+Blue) = 65+49+19=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #413113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413113 is #BECEEC. Grayscale: #323232. Windows color (decimal): -12504813 or 1257793. OLE color: 1257793.

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

Color convert

RGB 65 49 19 -
CMYK 0 0.25 0.71 0.75
HSL 39.13º 0.55% 0.16% -
HSV(B) 39.13º 0.71% 0.25% -
XYZ 3.4 3.37 1.09 -
YUV 50.36 110.3 138.44 -
System Red Green Blue C M Y K H S L
Decimal 65 49 19 0 0.25 0.71 0.75 39.13 0.55 0.16
Hex 41 31 13 0 19 47 4B 27 37 10
Octal 101 61 23 0 31 107 113 47 67 20
Binary 1000001 110001 10011 0 11001 1000111 1001011 100111 110111 10000

Color Harmonies of #413113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413113

Black with #413113

Text Example


Text Example

White with #413113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413113; }

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

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

background-color css

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

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

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

border-color css

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

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

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