Html Css Color HEX #3E3314 Mikado

📋 copy color: '#3E3314'

red 62 ◦ green 51 ◦ blue 20

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

Shades of Mikado #3E3314

Tints of Mikado #3E3314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 15.04%

R = 46.62%
G = 38.35%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.68

 K value IS 0.76

RGB Variations

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

Color information

#3E3314 (or 0x3E3314) is known color: Mikado. HEX triplet: 3E, 33 and 14. RGB value is (62,51,20). Sum of RGB (Red+Green+Blue) = 62+51+20=133 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.62% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 62 - color contains mainly: red. Hex color #3E3314 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E3314 is #C1CCEB. Grayscale: #323232. Windows color (decimal): -12700908 or 1323838. OLE color: 1323838.

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

Color convert

RGB 62 51 20 -
CMYK 0 0.18 0.68 0.76
HSL 44.29º 0.51% 0.16% -
HSV(B) 44.29º 0.68% 0.24% -
XYZ 3.3 3.44 1.15 -
YUV 50.76 110.64 136.02 -
System Red Green Blue C M Y K H S L
Decimal 62 51 20 0 0.18 0.68 0.76 44.29 0.51 0.16
Hex 3E 33 14 0 12 44 4C 2C 33 10
Octal 76 63 24 0 22 104 114 54 63 20
Binary 111110 110011 10100 0 10010 1000100 1001100 101100 110011 10000

Color Harmonies of #3E3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E3314

Black with #3E3314

Text Example


Text Example

White with #3E3314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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