Html Css Color HEX #3E3313 Mikado

📋 copy color: '#3E3313'

red 62 ◦ green 51 ◦ blue 19

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

Shades of Mikado #3E3313

Tints of Mikado #3E3313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 38.64%

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 46.97%
G = 38.64%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.76

RGB Variations

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

Color information

#3E3313 (or 0x3E3313) is known color: Mikado. HEX triplet: 3E, 33 and 13. RGB value is (62,51,19). Sum of RGB (Red+Green+Blue) = 62+51+19=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 51 (20.31% from 255 or 38.64% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3313 is #C1CCEC. Grayscale: #323232. Windows color (decimal): -12700909 or 1258302. OLE color: 1258302.

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

Color convert

RGB 62 51 19 -
CMYK 0 0.18 0.69 0.76
HSL 44.65º 0.53% 0.16% -
HSV(B) 44.65º 0.69% 0.24% -
XYZ 3.29 3.44 1.11 -
YUV 50.64 110.14 136.1 -
System Red Green Blue C M Y K H S L
Decimal 62 51 19 0 0.18 0.69 0.76 44.65 0.53 0.16
Hex 3E 33 13 0 12 45 4C 2D 35 10
Octal 76 63 23 0 22 105 114 55 65 20
Binary 111110 110011 10011 0 10010 1000101 1001100 101101 110101 10000

Color Harmonies of #3E3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3313

Black with #3E3313

Text Example


Text Example

White with #3E3313

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,51,19); }

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

background-color css

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

 a { background-color: rgb(62,51,19); }

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

border-color css

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

 span { border-color: rgb(62,51,19); }

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