Html Css Color HEX #413216 Mikado

📋 copy color: '#413216'

red 65 ◦ green 50 ◦ blue 22

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

Shades of Mikado #413216

Tints of Mikado #413216

RGB

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

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

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

R = 47.45%
G = 36.5%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#413216 (or 0x413216) is known color: Mikado. HEX triplet: 41, 32 and 16. RGB value is (65,50,22). Sum of RGB (Red+Green+Blue) = 65+50+22=137 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.45% from 137); Green value is 50 (19.92% from 255 or 36.50% from 137); Blue value is 22 (8.98% from 255 or 16.06% from 137); Max value from RGB is 65 - color contains mainly: red. Hex color #413216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413216 is #BECDE9. Grayscale: #333333. Windows color (decimal): -12504554 or 1454657. OLE color: 1454657.

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

Color convert

RGB 65 50 22 -
CMYK 0 0.23 0.66 0.75
HSL 39.07º 0.49% 0.17% -
HSV(B) 39.07º 0.66% 0.25% -
XYZ 3.47 3.46 1.24 -
YUV 51.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 65 50 22 0 0.23 0.66 0.75 39.07 0.49 0.17
Hex 41 32 16 0 17 42 4B 27 31 11
Octal 101 62 26 0 27 102 113 47 61 21
Binary 1000001 110010 10110 0 10111 1000010 1001011 100111 110001 10001

Color Harmonies of #413216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413216

Black with #413216

Text Example


Text Example

White with #413216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413216; }

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

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

background-color css

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

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

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

border-color css

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

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

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