Html Css Color HEX #3E341F Mikado

📋 copy color: '#3E341F'

red 62 ◦ green 52 ◦ blue 31

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

Shades of Mikado #3E341F

Tints of Mikado #3E341F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 35.86%

 BLUE value IS 31 (12.5% from 255) = 21.38%

R = 42.76%
G = 35.86%
B = 21.38%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.5

 K value IS 0.76

RGB Variations

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

Color information

#3E341F (or 0x3E341F) is known color: Mikado. HEX triplet: 3E, 34 and 1F. RGB value is (62,52,31). Sum of RGB (Red+Green+Blue) = 62+52+31=145 (19% of max value = 765). Red value is 62 (24.61% from 255 or 42.76% from 145); Green value is 52 (20.70% from 255 or 35.86% from 145); Blue value is 31 (12.5% from 255 or 21.38% from 145); Max value from RGB is 62 - color contains mainly: red. Hex color #3E341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E341F is #C1CBE0. Grayscale: #343434. Windows color (decimal): -12700641 or 2044990. OLE color: 2044990.

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

Color convert

RGB 62 52 31 -
CMYK 0 0.16 0.5 0.76
HSL 40.65º 0.33% 0.18% -
HSV(B) 40.65º 0.5% 0.24% -
XYZ 3.46 3.58 1.8 -
YUV 52.6 115.81 134.71 -
System Red Green Blue C M Y K H S L
Decimal 62 52 31 0 0.16 0.5 0.76 40.65 0.33 0.18
Hex 3E 34 1F 0 10 32 4C 29 21 12
Octal 76 64 37 0 20 62 114 51 41 22
Binary 111110 110100 11111 0 10000 110010 1001100 101001 100001 10010

Color Harmonies of #3E341F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E341F

Black with #3E341F

Text Example


Text Example

White with #3E341F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,52,31); }

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

background-color css

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

 a { background-color: rgb(62,52,31); }

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

border-color css

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

 span { border-color: rgb(62,52,31); }

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