Html Css Color HEX #3E310E Mikado

📋 copy color: '#3E310E'

red 62 ◦ green 49 ◦ blue 14

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

Shades of Mikado #3E310E

Tints of Mikado #3E310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 11.2%

R = 49.6%
G = 39.2%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.76

RGB Variations

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

Color information

#3E310E (or 0x3E310E) is known color: Mikado. HEX triplet: 3E, 31 and 0E. RGB value is (62,49,14). Sum of RGB (Red+Green+Blue) = 62+49+14=125 (16% of max value = 765). Red value is 62 (24.61% from 255 or 49.6% from 125); Green value is 49 (19.53% from 255 or 39.2% from 125); Blue value is 14 (5.86% from 255 or 11.2% from 125); Max value from RGB is 62 - color contains mainly: red. Hex color #3E310E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E310E is #C1CEF1. Grayscale: #313131. Windows color (decimal): -12701426 or 930110. OLE color: 930110.

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

Color convert

RGB 62 49 14 -
CMYK 0 0.21 0.77 0.76
HSL 43.75º 0.63% 0.15% -
HSV(B) 43.75º 0.77% 0.24% -
XYZ 3.16 3.25 0.88 -
YUV 48.9 108.31 137.35 -
System Red Green Blue C M Y K H S L
Decimal 62 49 14 0 0.21 0.77 0.76 43.75 0.63 0.15
Hex 3E 31 E 0 15 4D 4C 2C 3F F
Octal 76 61 16 0 25 115 114 54 77 17
Binary 111110 110001 1110 0 10101 1001101 1001100 101100 111111 1111

Color Harmonies of #3E310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E310E

Black with #3E310E

Text Example


Text Example

White with #3E310E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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