Html Css Color HEX #3E3216 Mikado

📋 copy color: '#3E3216'

red 62 ◦ green 50 ◦ blue 22

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

Shades of Mikado #3E3216

Tints of Mikado #3E3216

RGB

 RED value IS 62 (24.61% from 255) = 46.27%

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

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

R = 46.27%
G = 37.31%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.65

 K value IS 0.76

RGB Variations

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

Color information

#3E3216 (or 0x3E3216) is known color: Mikado. HEX triplet: 3E, 32 and 16. RGB value is (62,50,22). Sum of RGB (Red+Green+Blue) = 62+50+22=134 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.27% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 22 (8.98% from 255 or 16.42% from 134); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3216 is #C1CDE9. Grayscale: #323232. Windows color (decimal): -12701162 or 1454654. OLE color: 1454654.

HSL color Cylindrical-coordinate representation of color #3E3216: hue angle of 42º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3E3216 is Cyan = 0, Magento = 0.19, Yellow = 0.65 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 50 22 -
CMYK 0 0.19 0.65 0.76
HSL 42º 0.48% 0.16% -
HSV(B) 42º 0.65% 0.24% -
XYZ 3.27 3.36 1.24 -
YUV 50.4 111.98 136.28 -
System Red Green Blue C M Y K H S L
Decimal 62 50 22 0 0.19 0.65 0.76 42 0.48 0.16
Hex 3E 32 16 0 13 41 4C 2A 30 10
Octal 76 62 26 0 23 101 114 52 60 20
Binary 111110 110010 10110 0 10011 1000001 1001100 101010 110000 10000

Color Harmonies of #3E3216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3216

Black with #3E3216

Text Example


Text Example

White with #3E3216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E3216; }

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

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

background-color css

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

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

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

border-color css

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

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

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