Html Css Color HEX #413114 Mikado

📋 copy color: '#413114'

red 65 ◦ green 49 ◦ blue 20

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

Shades of Mikado #413114

Tints of Mikado #413114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 14.93%

R = 48.51%
G = 36.57%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#413114 (or 0x413114) is known color: Mikado. HEX triplet: 41, 31 and 14. RGB value is (65,49,20). Sum of RGB (Red+Green+Blue) = 65+49+20=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 49 (19.53% from 255 or 36.57% from 134); Blue value is 20 (8.20% from 255 or 14.93% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #413114 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413114 is #BECEEB. Grayscale: #323232. Windows color (decimal): -12504812 or 1323329. OLE color: 1323329.

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

Color convert

RGB 65 49 20 -
CMYK 0 0.25 0.69 0.75
HSL 38.67º 0.53% 0.17% -
HSV(B) 38.67º 0.69% 0.25% -
XYZ 3.4 3.37 1.13 -
YUV 50.48 110.8 138.36 -
System Red Green Blue C M Y K H S L
Decimal 65 49 20 0 0.25 0.69 0.75 38.67 0.53 0.17
Hex 41 31 14 0 19 45 4B 27 35 11
Octal 101 61 24 0 31 105 113 47 65 21
Binary 1000001 110001 10100 0 11001 1000101 1001011 100111 110101 10001

Color Harmonies of #413114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413114

Black with #413114

Text Example


Text Example

White with #413114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413114; }

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

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

background-color css

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

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

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

border-color css

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

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

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