Html Css Color HEX #413115 Mikado

📋 copy color: '#413115'

red 65 ◦ green 49 ◦ blue 21

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

Shades of Mikado #413115

Tints of Mikado #413115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.56%

R = 48.15%
G = 36.3%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.75

RGB Variations

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

Color information

#413115 (or 0x413115) is known color: Mikado. HEX triplet: 41, 31 and 15. RGB value is (65,49,21). Sum of RGB (Red+Green+Blue) = 65+49+21=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 49 (19.53% from 255 or 36.30% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413115 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413115 is #BECEEA. Grayscale: #323232. Windows color (decimal): -12504811 or 1388865. OLE color: 1388865.

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

Color convert

RGB 65 49 21 -
CMYK 0 0.25 0.68 0.75
HSL 38.18º 0.51% 0.17% -
HSV(B) 38.18º 0.68% 0.25% -
XYZ 3.41 3.37 1.18 -
YUV 50.59 111.3 138.28 -
System Red Green Blue C M Y K H S L
Decimal 65 49 21 0 0.25 0.68 0.75 38.18 0.51 0.17
Hex 41 31 15 0 19 44 4B 26 33 11
Octal 101 61 25 0 31 104 113 46 63 21
Binary 1000001 110001 10101 0 11001 1000100 1001011 100110 110011 10001

Color Harmonies of #413115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413115

Black with #413115

Text Example


Text Example

White with #413115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413115; }

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

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

background-color css

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

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

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

border-color css

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

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

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