Html Css Color HEX #413516 Mikado

📋 copy color: '#413516'

red 65 ◦ green 53 ◦ blue 22

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

Shades of Mikado #413516

Tints of Mikado #413516

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.86%

 BLUE value IS 22 (8.98% from 255) = 15.71%

R = 46.43%
G = 37.86%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#413516 (or 0x413516) is known color: Mikado. HEX triplet: 41, 35 and 16. RGB value is (65,53,22). Sum of RGB (Red+Green+Blue) = 65+53+22=140 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.43% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 65 - color contains mainly: red. Hex color #413516 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413516 is #BECAE9. Grayscale: #353535. Windows color (decimal): -12503786 or 1455425. OLE color: 1455425.

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

Color convert

RGB 65 53 22 -
CMYK 0 0.18 0.66 0.75
HSL 43.26º 0.49% 0.17% -
HSV(B) 43.26º 0.66% 0.25% -
XYZ 3.6 3.73 1.29 -
YUV 53.05 110.48 136.52 -
System Red Green Blue C M Y K H S L
Decimal 65 53 22 0 0.18 0.66 0.75 43.26 0.49 0.17
Hex 41 35 16 0 12 42 4B 2B 31 11
Octal 101 65 26 0 22 102 113 53 61 21
Binary 1000001 110101 10110 0 10010 1000010 1001011 101011 110001 10001

Color Harmonies of #413516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413516

Black with #413516

Text Example


Text Example

White with #413516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413516; }

 p { color: rgb(65,53,22); }

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

background-color css

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

 a { background-color: rgb(65,53,22); }

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

border-color css

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

 span { border-color: rgb(65,53,22); }

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