Html Css Color HEX #3E310B Mikado

📋 copy color: '#3E310B'

red 62 ◦ green 49 ◦ blue 11

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

Shades of Mikado #3E310B

Tints of Mikado #3E310B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 9.02%

R = 50.82%
G = 40.16%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.76

RGB Variations

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

Color information

#3E310B (or 0x3E310B) is known color: Mikado. HEX triplet: 3E, 31 and 0B. RGB value is (62,49,11). Sum of RGB (Red+Green+Blue) = 62+49+11=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E310B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E310B is #C1CEF4. Grayscale: #303030. Windows color (decimal): -12701429 or 733502. OLE color: 733502.

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

Color convert

RGB 62 49 11 -
CMYK 0 0.21 0.82 0.76
HSL 44.71º 0.7% 0.14% -
HSV(B) 44.71º 0.82% 0.24% -
XYZ 3.15 3.24 0.78 -
YUV 48.56 106.81 137.59 -
System Red Green Blue C M Y K H S L
Decimal 62 49 11 0 0.21 0.82 0.76 44.71 0.7 0.14
Hex 3E 31 B 0 15 52 4C 2D 46 E
Octal 76 61 13 0 25 122 114 55 106 16
Binary 111110 110001 1011 0 10101 1010010 1001100 101101 1000110 1110

Color Harmonies of #3E310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E310B

Black with #3E310B

Text Example


Text Example

White with #3E310B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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