Html Css Color HEX #3E311A Mikado

📋 copy color: '#3E311A'

red 62 ◦ green 49 ◦ blue 26

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

Shades of Mikado #3E311A

Tints of Mikado #3E311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.98%

R = 45.26%
G = 35.77%
B = 18.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.58

 K value IS 0.76

RGB Variations

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

Color information

#3E311A (or 0x3E311A) is known color: Mikado. HEX triplet: 3E, 31 and 1A. RGB value is (62,49,26). Sum of RGB (Red+Green+Blue) = 62+49+26=137 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.26% from 137); Green value is 49 (19.53% from 255 or 35.77% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 62 - color contains mainly: red. Hex color #3E311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E311A is #C1CEE5. Grayscale: #323232. Windows color (decimal): -12701414 or 1716542. OLE color: 1716542.

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

Color convert

RGB 62 49 26 -
CMYK 0 0.21 0.58 0.76
HSL 38.33º 0.41% 0.17% -
HSV(B) 38.33º 0.58% 0.24% -
XYZ 3.27 3.3 1.44 -
YUV 50.27 114.31 136.37 -
System Red Green Blue C M Y K H S L
Decimal 62 49 26 0 0.21 0.58 0.76 38.33 0.41 0.17
Hex 3E 31 1A 0 15 3A 4C 26 29 11
Octal 76 61 32 0 25 72 114 46 51 21
Binary 111110 110001 11010 0 10101 111010 1001100 100110 101001 10001

Color Harmonies of #3E311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E311A

Black with #3E311A

Text Example


Text Example

White with #3E311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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