Html Css Color HEX #3E311D Mikado

📋 copy color: '#3E311D'

red 62 ◦ green 49 ◦ blue 29

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

Shades of Mikado #3E311D

Tints of Mikado #3E311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 20.71%

R = 44.29%
G = 35%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.53

 K value IS 0.76

RGB Variations

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

Color information

#3E311D (or 0x3E311D) is known color: Mikado. HEX triplet: 3E, 31 and 1D. RGB value is (62,49,29). Sum of RGB (Red+Green+Blue) = 62+49+29=140 (18% of max value = 765). Red value is 62 (24.61% from 255 or 44.29% from 140); Green value is 49 (19.53% from 255 or 35% from 140); Blue value is 29 (11.72% from 255 or 20.71% from 140); Max value from RGB is 62 - color contains mainly: red. Hex color #3E311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E311D is #C1CEE2. Grayscale: #323232. Windows color (decimal): -12701411 or 1913150. OLE color: 1913150.

HSL color Cylindrical-coordinate representation of color #3E311D: hue angle of 36.36º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3E311D is Cyan = 0, Magento = 0.21, Yellow = 0.53 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 49 29 -
CMYK 0 0.21 0.53 0.76
HSL 36.36º 0.36% 0.18% -
HSV(B) 36.36º 0.53% 0.24% -
XYZ 3.31 3.31 1.63 -
YUV 50.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 62 49 29 0 0.21 0.53 0.76 36.36 0.36 0.18
Hex 3E 31 1D 0 15 35 4C 24 24 12
Octal 76 61 35 0 25 65 114 44 44 22
Binary 111110 110001 11101 0 10101 110101 1001100 100100 100100 10010

Color Harmonies of #3E311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E311D

Black with #3E311D

Text Example


Text Example

White with #3E311D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,49,29); }

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

background-color css

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

 a { background-color: rgb(62,49,29); }

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

border-color css

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

 span { border-color: rgb(62,49,29); }

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