Html Css Color HEX #413214 Mikado

📋 copy color: '#413214'

red 65 ◦ green 50 ◦ blue 20

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

Shades of Mikado #413214

Tints of Mikado #413214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.04%

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

R = 48.15%
G = 37.04%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.69

 K value IS 0.75

RGB Variations

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

Color information

#413214 (or 0x413214) is known color: Mikado. HEX triplet: 41, 32 and 14. RGB value is (65,50,20). Sum of RGB (Red+Green+Blue) = 65+50+20=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 50 (19.92% from 255 or 37.04% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413214 is #BECDEB. Grayscale: #333333. Windows color (decimal): -12504556 or 1323585. OLE color: 1323585.

HSL color Cylindrical-coordinate representation of color #413214: hue angle of 40º 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 #413214 is Cyan = 0, Magento = 0.23, Yellow = 0.69 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 50 20 -
CMYK 0 0.23 0.69 0.75
HSL 40º 0.53% 0.17% -
HSV(B) 40º 0.69% 0.25% -
XYZ 3.45 3.46 1.15 -
YUV 51.07 110.47 137.94 -
System Red Green Blue C M Y K H S L
Decimal 65 50 20 0 0.23 0.69 0.75 40 0.53 0.17
Hex 41 32 14 0 17 45 4B 28 35 11
Octal 101 62 24 0 27 105 113 50 65 21
Binary 1000001 110010 10100 0 10111 1000101 1001011 101000 110101 10001

Color Harmonies of #413214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413214

Black with #413214

Text Example


Text Example

White with #413214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413214; }

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

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

background-color css

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

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

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

border-color css

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

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

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